#F27ECE

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

Shades of Tea Rose #F27ECE

Tints of Tea Rose #F27ECE

Color information

#F27ECE (or 0xF27ECE) is unknown color: approx Tea Rose. HEX triplet: F2, 7E and CE. RGB value is (242,126,206). Sum of RGB (Red+Green+Blue) = 242+126+206=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ECE is #0D8131. Grayscale: #A9A9A9. Windows color (decimal): -885042 or 13532914. OLE color: 13532914.

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

Color convert

RGB242126206-
CMYK00.480.150.05
HSL318.62º81.69%72.16%-
HSV(B)318.62º47.93%94.9%-
XYZ55.2238.2662.87-
YUV169.8148.43179.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 126 (49.61% from 255) = 21.95%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=42.16%
G=21.95%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212620600.480.150.05318.6281.6972.16
HexF27ECE030F513f5248
Octal362176316060175477122110
Binary111100101111110110011100110000111110110011111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27ECE; }

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

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

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

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

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

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

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

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