Html Css Color HEX #F07CC6 Tea Rose

📋 copy color: '#F07CC6'

red 240 ◦ green 124 ◦ blue 198

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

Shades of Tea Rose #F07CC6

Tints of Tea Rose #F07CC6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.06%

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

R = 42.7%
G = 22.06%
B = 35.23%

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

#F07CC6 (or 0xF07CC6) is known color: Tea Rose. HEX triplet: F0, 7C and C6. RGB value is (240,124,198). Sum of RGB (Red+Green+Blue) = 240+124+198=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CC6 is #0F8339. Grayscale: #A6A6A6. Windows color (decimal): -1016634 or 13008112. OLE color: 13008112.

HSL color Cylindrical-coordinate representation of color #F07CC6: hue angle of 321.72º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CC6 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 124 198 -
CMYK 0 0.48 0.18 0.06
HSL 321.72º 0.79% 0.71% -
HSV(B) 321.72º 0.48% 0.94% -
XYZ 53.34 37.02 57.76 -
YUV 167.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 240 124 198 0 0.48 0.18 0.06 321.72 0.79 0.71
Hex F0 7C C6 0 30 12 6 142 4F 47
Octal 360 174 306 0 60 22 6 502 117 107
Binary 11110000 1111100 11000110 0 110000 10010 110 101000010 1001111 1000111

Color Harmonies of #F07CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CC6

Black with #F07CC6

Text Example


Text Example

White with #F07CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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