#F290DC

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

Shades of Pale Magenta #F290DC

Tints of Pale Magenta #F290DC

Color information

#F290DC (or 0xF290DC) is unknown color: approx Pale Magenta. HEX triplet: F2, 90 and DC. RGB value is (242,144,220). Sum of RGB (Red+Green+Blue) = 242+144+220=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F290DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290DC is #0D6F23. Grayscale: #B5B5B5. Windows color (decimal): -880420 or 14455026. OLE color: 14455026.

HSL color Cylindrical-coordinate representation of color #F290DC: hue angle of 313.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290DC is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242144220-
CMYK00.400.090.05
HSL313.47º79.03%75.69%-
HSV(B)313.47º40.5%94.9%-
XYZ59.5143.9973.06-
YUV181.97149.47170.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.93%
GREEN value IS 144 (56.64% from 255) = 23.76%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=39.93%
G=23.76%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214422000.400.090.05313.4779.0375.69
HexF290DC028951394f4c
Octal362220334050115471117114
Binary1111001010010000110111000101000100110110011100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290DC; }

 p { color: rgb(242,144,220); }

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

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

 a { background-color: rgb(242,144,220); }

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

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

 span { border-color: rgb(242,144,220); }

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