Html Css Color HEX #F090DE Pale Magenta

📋 copy color: '#F090DE'

red 240 ◦ green 144 ◦ blue 222

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

Shades of Pale Magenta #F090DE

Tints of Pale Magenta #F090DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 39.6%
G = 23.76%
B = 36.63%

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

#F090DE (or 0xF090DE) is known color: Pale Magenta. HEX triplet: F0, 90 and DE. RGB value is (240,144,222). Sum of RGB (Red+Green+Blue) = 240+144+222=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F090DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090DE is #0F6F21. Grayscale: #B5B5B5. Windows color (decimal): -1011490 or 14586096. OLE color: 14586096.

HSL color Cylindrical-coordinate representation of color #F090DE: hue angle of 311.25º 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 #F090DE is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 222 -
CMYK 0 0.4 0.08 0.06
HSL 311.25º 0.76% 0.75% -
HSV(B) 311.25º 0.4% 0.94% -
XYZ 59.09 43.75 74.44 -
YUV 181.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 240 144 222 0 0.4 0.08 0.06 311.25 0.76 0.75
Hex F0 90 DE 0 28 8 6 137 4C 4B
Octal 360 220 336 0 50 10 6 467 114 113
Binary 11110000 10010000 11011110 0 101000 1000 110 100110111 1001100 1001011

Color Harmonies of #F090DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090DE

Black with #F090DE

Text Example


Text Example

White with #F090DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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