Html Css Color HEX #F090DA Pale Magenta

📋 copy color: '#F090DA'

red 240 ◦ green 144 ◦ blue 218

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

Shades of Pale Magenta #F090DA

Tints of Pale Magenta #F090DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 39.87%
G = 23.92%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F090DA (or 0xF090DA) is known color: Pale Magenta. HEX triplet: F0, 90 and DA. RGB value is (240,144,218). Sum of RGB (Red+Green+Blue) = 240+144+218=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F090DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090DA is #0F6F25. Grayscale: #B4B4B4. Windows color (decimal): -1011494 or 14323952. OLE color: 14323952.

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

Color convert

RGB 240 144 218 -
CMYK 0 0.4 0.09 0.06
HSL 313.75º 0.76% 0.75% -
HSV(B) 313.75º 0.4% 0.94% -
XYZ 58.56 43.53 71.65 -
YUV 181.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 240 144 218 0 0.4 0.09 0.06 313.75 0.76 0.75
Hex F0 90 DA 0 28 9 6 13A 4C 4B
Octal 360 220 332 0 50 11 6 472 114 113
Binary 11110000 10010000 11011010 0 101000 1001 110 100111010 1001100 1001011

Color Harmonies of #F090DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090DA

Black with #F090DA

Text Example


Text Example

White with #F090DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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