Html Css Color HEX #F07EC6 Tea Rose

📋 copy color: '#F07EC6'

red 240 ◦ green 126 ◦ blue 198

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

Shades of Tea Rose #F07EC6

Tints of Tea Rose #F07EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.11%

R = 42.55%
G = 22.34%
B = 35.11%

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

#F07EC6 (or 0xF07EC6) is known color: Tea Rose. HEX triplet: F0, 7E and C6. RGB value is (240,126,198). Sum of RGB (Red+Green+Blue) = 240+126+198=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC6 is #0F8139. Grayscale: #A8A8A8. Windows color (decimal): -1016122 or 13008624. OLE color: 13008624.

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

Color convert

RGB 240 126 198 -
CMYK 0 0.48 0.18 0.06
HSL 322.11º 0.79% 0.72% -
HSV(B) 322.11º 0.48% 0.94% -
XYZ 53.59 37.52 57.84 -
YUV 168.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 240 126 198 0 0.48 0.18 0.06 322.11 0.79 0.72
Hex F0 7E C6 0 30 12 6 142 4F 48
Octal 360 176 306 0 60 22 6 502 117 110
Binary 11110000 1111110 11000110 0 110000 10010 110 101000010 1001111 1001000

Color Harmonies of #F07EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EC6

Black with #F07EC6

Text Example


Text Example

White with #F07EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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