Html Css Color HEX #F290DC Pale Magenta

📋 copy color: '#F290DC'

red 242 ◦ green 144 ◦ blue 220

#F290DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F290DC

Tints of Pale Magenta #F290DC

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.3%

R = 39.93%
G = 23.76%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F290DC (or 0xF290DC) is known color: 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

RGB 242 144 220 -
CMYK 0 0.40 0.09 0.05
HSL 313.47º 0.79% 0.76% -
HSV(B) 313.47º 0.4% 0.95% -
XYZ 59.51 43.99 73.06 -
YUV 181.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 242 144 220 0 0.40 0.09 0.05 313.47 0.79 0.76
Hex F2 90 DC 0 28 9 5 139 4F 4C
Octal 362 220 334 0 50 11 5 471 117 114
Binary 11110010 10010000 11011100 0 101000 1001 101 100111001 1001111 1001100

Color Harmonies of #F290DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290DC

Black with #F290DC

Text Example


Text Example

White with #F290DC

Text Example


Text Example

HTML Codes & Css Web 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>