Html Css Color HEX #F07CC5 Tea Rose

📋 copy color: '#F07CC5'

red 240 ◦ green 124 ◦ blue 197

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

Shades of Tea Rose #F07CC5

Tints of Tea Rose #F07CC5

RGB

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

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

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

R = 42.78%
G = 22.1%
B = 35.12%

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

#F07CC5 (or 0xF07CC5) is known color: Tea Rose. HEX triplet: F0, 7C and C5. RGB value is (240,124,197). Sum of RGB (Red+Green+Blue) = 240+124+197=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CC5 is #0F833A. Grayscale: #A6A6A6. Windows color (decimal): -1016635 or 12942576. OLE color: 12942576.

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

Color convert

RGB 240 124 197 -
CMYK 0 0.48 0.18 0.06
HSL 322.24º 0.79% 0.71% -
HSV(B) 322.24º 0.48% 0.94% -
XYZ 53.22 36.97 57.15 -
YUV 167.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 240 124 197 0 0.48 0.18 0.06 322.24 0.79 0.71
Hex F0 7C C5 0 30 12 6 142 4F 47
Octal 360 174 305 0 60 22 6 502 117 107
Binary 11110000 1111100 11000101 0 110000 10010 110 101000010 1001111 1000111

Color Harmonies of #F07CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CC5

Black with #F07CC5

Text Example


Text Example

White with #F07CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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