Html Css Color HEX #F07EC9 Tea Rose

📋 copy color: '#F07EC9'

red 240 ◦ green 126 ◦ blue 201

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

Shades of Tea Rose #F07EC9

Tints of Tea Rose #F07EC9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.22%

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

R = 42.33%
G = 22.22%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F07EC9 (or 0xF07EC9) is known color: Tea Rose. HEX triplet: F0, 7E and C9. RGB value is (240,126,201). Sum of RGB (Red+Green+Blue) = 240+126+201=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC9 is #0F8136. Grayscale: #A8A8A8. Windows color (decimal): -1016119 or 13205232. OLE color: 13205232.

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

Color convert

RGB 240 126 201 -
CMYK 0 0.48 0.16 0.06
HSL 320.53º 0.79% 0.72% -
HSV(B) 320.53º 0.48% 0.94% -
XYZ 53.94 37.66 59.69 -
YUV 168.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 240 126 201 0 0.48 0.16 0.06 320.53 0.79 0.72
Hex F0 7E C9 0 30 10 6 141 4F 48
Octal 360 176 311 0 60 20 6 501 117 110
Binary 11110000 1111110 11001001 0 110000 10000 110 101000001 1001111 1001000

Color Harmonies of #F07EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EC9

Black with #F07EC9

Text Example


Text Example

White with #F07EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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