Html Css Color HEX #F07ECC Tea Rose

📋 copy color: '#F07ECC'

red 240 ◦ green 126 ◦ blue 204

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

Shades of Tea Rose #F07ECC

Tints of Tea Rose #F07ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 42.11%
G = 22.11%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F07ECC (or 0xF07ECC) is known color: Tea Rose. HEX triplet: F0, 7E and CC. RGB value is (240,126,204). Sum of RGB (Red+Green+Blue) = 240+126+204=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ECC is #0F8133. Grayscale: #A8A8A8. Windows color (decimal): -1016116 or 13401840. OLE color: 13401840.

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

Color convert

RGB 240 126 204 -
CMYK 0 0.48 0.15 0.06
HSL 318.95º 0.79% 0.72% -
HSV(B) 318.95º 0.48% 0.94% -
XYZ 54.3 37.81 61.56 -
YUV 168.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 240 126 204 0 0.48 0.15 0.06 318.95 0.79 0.72
Hex F0 7E CC 0 30 F 6 13F 4F 48
Octal 360 176 314 0 60 17 6 477 117 110
Binary 11110000 1111110 11001100 0 110000 1111 110 100111111 1001111 1001000

Color Harmonies of #F07ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ECC

Black with #F07ECC

Text Example


Text Example

White with #F07ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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