Html Css Color HEX #F07EC5 Tea Rose

📋 copy color: '#F07EC5'

red 240 ◦ green 126 ◦ blue 197

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

Shades of Tea Rose #F07EC5

Tints of Tea Rose #F07EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.99%

R = 42.63%
G = 22.38%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F07EC5 (or 0xF07EC5) is known color: Tea Rose. HEX triplet: F0, 7E and C5. RGB value is (240,126,197). Sum of RGB (Red+Green+Blue) = 240+126+197=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC5 is #0F813A. Grayscale: #A8A8A8. Windows color (decimal): -1016123 or 12943088. OLE color: 12943088.

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

Color convert

RGB 240 126 197 -
CMYK 0 0.48 0.18 0.06
HSL 322.63º 0.79% 0.72% -
HSV(B) 322.63º 0.48% 0.94% -
XYZ 53.47 37.48 57.24 -
YUV 168.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 240 126 197 0 0.48 0.18 0.06 322.63 0.79 0.72
Hex F0 7E C5 0 30 12 6 143 4F 48
Octal 360 176 305 0 60 22 6 503 117 110
Binary 11110000 1111110 11000101 0 110000 10010 110 101000011 1001111 1001000

Color Harmonies of #F07EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EC5

Black with #F07EC5

Text Example


Text Example

White with #F07EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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