Html Css Color HEX #F080C9 Tea Rose

📋 copy color: '#F080C9'

red 240 ◦ green 128 ◦ blue 201

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

Shades of Tea Rose #F080C9

Tints of Tea Rose #F080C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 42.18%
G = 22.5%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F080C9 (or 0xF080C9) is known color: Tea Rose. HEX triplet: F0, 80 and C9. RGB value is (240,128,201). Sum of RGB (Red+Green+Blue) = 240+128+201=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F080C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080C9 is #0F7F36. Grayscale: #A9A9A9. Windows color (decimal): -1015607 or 13205744. OLE color: 13205744.

HSL color Cylindrical-coordinate representation of color #F080C9: hue angle of 320.89º 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 #F080C9 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 201 -
CMYK 0 0.47 0.16 0.06
HSL 320.89º 0.79% 0.72% -
HSV(B) 320.89º 0.47% 0.94% -
XYZ 54.2 38.18 59.77 -
YUV 169.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 240 128 201 0 0.47 0.16 0.06 320.89 0.79 0.72
Hex F0 80 C9 0 2F 10 6 141 4F 48
Octal 360 200 311 0 57 20 6 501 117 110
Binary 11110000 10000000 11001001 0 101111 10000 110 101000001 1001111 1001000

Color Harmonies of #F080C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080C9

Black with #F080C9

Text Example


Text Example

White with #F080C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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