Html Css Color HEX #F090DF Pale Magenta

📋 copy color: '#F090DF'

red 240 ◦ green 144 ◦ blue 223

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

Shades of Pale Magenta #F090DF

Tints of Pale Magenta #F090DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 39.54%
G = 23.72%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F090DF (or 0xF090DF) is known color: Pale Magenta. HEX triplet: F0, 90 and DF. RGB value is (240,144,223). Sum of RGB (Red+Green+Blue) = 240+144+223=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F090DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090DF is #0F6F20. Grayscale: #B5B5B5. Windows color (decimal): -1011489 or 14651632. OLE color: 14651632.

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

Color convert

RGB 240 144 223 -
CMYK 0 0.4 0.07 0.06
HSL 310.63º 0.76% 0.75% -
HSV(B) 310.63º 0.4% 0.94% -
XYZ 59.23 43.8 75.14 -
YUV 181.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 240 144 223 0 0.4 0.07 0.06 310.63 0.76 0.75
Hex F0 90 DF 0 28 7 6 137 4C 4B
Octal 360 220 337 0 50 7 6 467 114 113
Binary 11110000 10010000 11011111 0 101000 111 110 100110111 1001100 1001011

Color Harmonies of #F090DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090DF

Black with #F090DF

Text Example


Text Example

White with #F090DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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