Html Css Color HEX #F07ECF Tea Rose

📋 copy color: '#F07ECF'

red 240 ◦ green 126 ◦ blue 207

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

Shades of Tea Rose #F07ECF

Tints of Tea Rose #F07ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 41.88%
G = 21.99%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F07ECF (or 0xF07ECF) is known color: Tea Rose. HEX triplet: F0, 7E and CF. RGB value is (240,126,207). Sum of RGB (Red+Green+Blue) = 240+126+207=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ECF is #0F8130. Grayscale: #A9A9A9. Windows color (decimal): -1016113 or 13598448. OLE color: 13598448.

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

Color convert

RGB 240 126 207 -
CMYK 0 0.48 0.14 0.06
HSL 317.37º 0.79% 0.72% -
HSV(B) 317.37º 0.48% 0.94% -
XYZ 54.66 37.95 63.48 -
YUV 169.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 240 126 207 0 0.48 0.14 0.06 317.37 0.79 0.72
Hex F0 7E CF 0 30 E 6 13D 4F 48
Octal 360 176 317 0 60 16 6 475 117 110
Binary 11110000 1111110 11001111 0 110000 1110 110 100111101 1001111 1001000

Color Harmonies of #F07ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ECF

Black with #F07ECF

Text Example


Text Example

White with #F07ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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