Html Css Color HEX #F090DC Pale Magenta

📋 copy color: '#F090DC'

red 240 ◦ green 144 ◦ blue 220

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

Shades of Pale Magenta #F090DC

Tints of Pale Magenta #F090DC

RGB

 RED value IS 240 (94.14% from 255) = 39.74%

 GREEN value IS 144 (56.64% from 255) = 23.84%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 39.74%
G = 23.84%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F090DC (or 0xF090DC) is known color: Pale Magenta. HEX triplet: F0, 90 and DC. RGB value is (240,144,220). Sum of RGB (Red+Green+Blue) = 240+144+220=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F090DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090DC is #0F6F23. Grayscale: #B5B5B5. Windows color (decimal): -1011492 or 14455024. OLE color: 14455024.

HSL color Cylindrical-coordinate representation of color #F090DC: hue angle of 312.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090DC is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 220 -
CMYK 0 0.4 0.08 0.06
HSL 312.5º 0.76% 0.75% -
HSV(B) 312.5º 0.4% 0.94% -
XYZ 58.83 43.64 73.03 -
YUV 181.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 240 144 220 0 0.4 0.08 0.06 312.5 0.76 0.75
Hex F0 90 DC 0 28 8 6 138 4C 4B
Octal 360 220 334 0 50 10 6 470 114 113
Binary 11110000 10010000 11011100 0 101000 1000 110 100111000 1001100 1001011

Color Harmonies of #F090DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090DC

Black with #F090DC

Text Example


Text Example

White with #F090DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090DC; }

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

 H1.HeaderClassName
 {
   color: #F090DC;
 }
 .AnyTagClassName
 {
   color: #F090DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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