#f27fc8

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

Shades of Tea Rose #F27FC8

Tints of Tea Rose #F27FC8

Color information

#F27FC8 (or 0xF27FC8) is unknown color: approx Tea Rose. HEX triplet: F2, 7F and C8. RGB value is (242,127,200). Sum of RGB (Red+Green+Blue) = 242+127+200=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FC8 is #0D8037. Grayscale: #A9A9A9. Windows color (decimal): -884792 or 13139954. OLE color: 13139954.

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

Color convert

RGB242127200-
CMYK00.480.170.05
HSL321.91º81.56%72.35%-
HSV(B)321.91º47.52%94.9%-
XYZ54.6338.2359.14-
YUV169.71145.1179.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 127 (50% from 255) = 22.32%
BLUE value IS 200 (78.52% from 255) = 35.15%
R=42.53%
G=22.32%
B=35.15%

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
Decimal24212720000.480.170.05321.9181.5672.35
HexF27FC80301151425248
Octal362177310060215502122110
Binary1111001011111111100100001100001000110110100001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f27fc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f27fc8; }

 p { color: rgb(242,127,200); }

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

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

 a { background-color: rgb(242,127,200); }

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

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

 span { border-color: rgb(242,127,200); }

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