Html Css Color HEX #F080C4 Tea Rose

📋 copy color: '#F080C4'

red 240 ◦ green 128 ◦ blue 196

#F080C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F080C4

Tints of Tea Rose #F080C4

RGB

 RED value IS 240 (94.14% from 255) = 42.55%

 GREEN value IS 128 (50.39% from 255) = 22.7%

 BLUE value IS 196 (76.95% from 255) = 34.75%

R = 42.55%
G = 22.7%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F080C4 (or 0xF080C4) is known color: Tea Rose. HEX triplet: F0, 80 and C4. RGB value is (240,128,196). Sum of RGB (Red+Green+Blue) = 240+128+196=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F080C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080C4 is #0F7F3B. Grayscale: #A9A9A9. Windows color (decimal): -1015612 or 12878064. OLE color: 12878064.

HSL color Cylindrical-coordinate representation of color #F080C4: hue angle of 323.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080C4 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 196 -
CMYK 0 0.47 0.18 0.06
HSL 323.57º 0.79% 0.72% -
HSV(B) 323.57º 0.47% 0.94% -
XYZ 53.62 37.95 56.72 -
YUV 169.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 240 128 196 0 0.47 0.18 0.06 323.57 0.79 0.72
Hex F0 80 C4 0 2F 12 6 144 4F 48
Octal 360 200 304 0 57 22 6 504 117 110
Binary 11110000 10000000 11000100 0 101111 10010 110 101000100 1001111 1001000

Color Harmonies of #F080C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080C4

Black with #F080C4

Text Example


Text Example

White with #F080C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080C4; }

 p { color: rgb(240,128,196); }

 H1.HeaderClassName
 {
   color: #F080C4;
 }
 .AnyTagClassName
 {
   color: #F080C4;
 }
</style>

background-color css

<style>
 a { background-color: #F080C4; }

 a { background-color: rgb(240,128,196); }

 div.DivClassName
 {
   background-color: #F080C4;
 }
 .BgClassName
 {
   background-color: #F080C4;
 }
</style>

border-color css

<style>
 span { border-color: #F080C4; }

 span { border-color: rgb(240,128,196); }

 td.TdClassName
 {
   border-color: #F080C4;
 }
 .TagClassName
 {
   border-color: #F080C4;
 }
</style>