#F27EC9

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

Shades of Tea Rose #F27EC9

Tints of Tea Rose #F27EC9

Color information

#F27EC9 (or 0xF27EC9) is unknown color: approx Tea Rose. HEX triplet: F2, 7E and C9. RGB value is (242,126,201). Sum of RGB (Red+Green+Blue) = 242+126+201=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27EC9 is #0D8136. Grayscale: #A9A9A9. Windows color (decimal): -885047 or 13205234. OLE color: 13205234.

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

Color convert

RGB242126201-
CMYK00.480.170.05
HSL321.21º81.69%72.16%-
HSV(B)321.21º47.93%94.9%-
XYZ54.6238.0259.72-
YUV169.23145.93179.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 126 (49.61% from 255) = 22.14%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=42.53%
G=22.14%
B=35.33%

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
Decimal24212620100.480.170.05321.2181.6972.16
HexF27EC90301151415248
Octal362176311060215501122110
Binary1111001011111101100100101100001000110110100000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27EC9; }

 p { color: rgb(242,126,201); }

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

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

 a { background-color: rgb(242,126,201); }

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

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

 span { border-color: rgb(242,126,201); }

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