#F27CC5

Color #F27CC5 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F27CC5

Tints of Tea Rose #F27CC5

Color information

#F27CC5 (or 0xF27CC5) is unknown color: approx Tea Rose. HEX triplet: F2, 7C and C5. RGB value is (242,124,197). Sum of RGB (Red+Green+Blue) = 242+124+197=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CC5 is #0D833A. Grayscale: #A7A7A7. Windows color (decimal): -885563 or 12942578. OLE color: 12942578.

HSL color Cylindrical-coordinate representation of color #F27CC5: hue angle of 322.88º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27CC5 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242124197-
CMYK00.490.190.05
HSL322.88º81.94%71.76%-
HSV(B)322.88º48.76%94.9%-
XYZ53.937.3257.19-
YUV167.6144.59181.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 124 (48.83% from 255) = 22.02%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=42.98%
G=22.02%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212419700.490.190.05322.8881.9471.76
HexF27CC50311351435248
Octal362174305061235503122110
Binary1111001011111001100010101100011001110110100001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27CC5; }

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

 H1.HeaderClassName
 {
   color: #F27CC5;
 }
 .AnyTagClassName
 {
   color: #F27CC5;
 }
</style>
background-color css

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

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

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

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

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

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