#F27DCA

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

Shades of Tea Rose #F27DCA

Tints of Tea Rose #F27DCA

Color information

#F27DCA (or 0xF27DCA) is unknown color: approx Tea Rose. HEX triplet: F2, 7D and CA. RGB value is (242,125,202). Sum of RGB (Red+Green+Blue) = 242+125+202=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DCA is #0D8235. Grayscale: #A8A8A8. Windows color (decimal): -885302 or 13270514. OLE color: 13270514.

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

Color convert

RGB242125202-
CMYK00.480.170.05
HSL320.51º81.82%71.96%-
HSV(B)320.51º48.35%94.9%-
XYZ54.6137.8160.3-
YUV168.76146.76180.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=42.53%
G=21.97%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212520200.480.170.05320.5181.8271.96
HexF27DCA0301151415248
Octal362175312060215501122110
Binary1111001011111011100101001100001000110110100000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27DCA; }

 p { color: rgb(242,125,202); }

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

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

 a { background-color: rgb(242,125,202); }

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

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

 span { border-color: rgb(242,125,202); }

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