Html Css Color HEX #F07EC8 Tea Rose

📋 copy color: '#F07EC8'

red 240 ◦ green 126 ◦ blue 200

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

Shades of Tea Rose #F07EC8

Tints of Tea Rose #F07EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.34%

R = 42.4%
G = 22.26%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F07EC8 (or 0xF07EC8) is known color: Tea Rose. HEX triplet: F0, 7E and C8. RGB value is (240,126,200). Sum of RGB (Red+Green+Blue) = 240+126+200=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC8 is #0F8137. Grayscale: #A8A8A8. Windows color (decimal): -1016120 or 13139696. OLE color: 13139696.

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

Color convert

RGB 240 126 200 -
CMYK 0 0.48 0.17 0.06
HSL 321.05º 0.79% 0.72% -
HSV(B) 321.05º 0.48% 0.94% -
XYZ 53.82 37.62 59.07 -
YUV 168.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 240 126 200 0 0.48 0.17 0.06 321.05 0.79 0.72
Hex F0 7E C8 0 30 11 6 141 4F 48
Octal 360 176 310 0 60 21 6 501 117 110
Binary 11110000 1111110 11001000 0 110000 10001 110 101000001 1001111 1001000

Color Harmonies of #F07EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EC8

Black with #F07EC8

Text Example


Text Example

White with #F07EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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