#F27FE6

Color #F27FE6 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F27FE6

Tints of Pale Magenta #F27FE6

Color information

#F27FE6 (or 0xF27FE6) is unknown color: approx Pale Magenta. HEX triplet: F2, 7F and E6. RGB value is (242,127,230). Sum of RGB (Red+Green+Blue) = 242+127+230=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27FE6 is #0D8019. Grayscale: #ACACAC. Windows color (decimal): -884762 or 15106034. OLE color: 15106034.

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

Color convert

RGB242127230-
CMYK00.480.050.05
HSL306.26º81.56%72.35%-
HSV(B)306.26º47.52%94.9%-
XYZ58.4939.7779.46-
YUV173.13160.1177.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 127 (50% from 255) = 21.20%
BLUE value IS 230 (90.23% from 255) = 38.40%
R=40.40%
G=21.20%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212723000.480.050.05306.2681.5672.35
HexF27FE6030551325248
Octal36217734606055462122110
Binary11110010111111111100110011000010110110011001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27FE6; }

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

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

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

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

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

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

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

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