#F27ED2

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

Shades of Pale Magenta #F27ED2

Tints of Pale Magenta #F27ED2

Color information

#F27ED2 (or 0xF27ED2) is unknown color: approx Pale Magenta. HEX triplet: F2, 7E and D2. RGB value is (242,126,210). Sum of RGB (Red+Green+Blue) = 242+126+210=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ED2 is #0D812D. Grayscale: #AAAAAA. Windows color (decimal): -885038 or 13795058. OLE color: 13795058.

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

Color convert

RGB242126210-
CMYK00.480.130.05
HSL316.55º81.69%72.16%-
HSV(B)316.55º47.93%94.9%-
XYZ55.7138.4565.46-
YUV170.26150.43179.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.87%
GREEN value IS 126 (49.61% from 255) = 21.80%
BLUE value IS 210 (82.42% from 255) = 36.33%
R=41.87%
G=21.80%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212621000.480.130.05316.5581.6972.16
HexF27ED2030D513d5248
Octal362176322060155475122110
Binary111100101111110110100100110000110110110011110110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27ED2; }

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

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

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

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

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

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

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

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