Html Css Color HEX #F091DD Pale Magenta

📋 copy color: '#F091DD'

red 240 ◦ green 145 ◦ blue 221

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

Shades of Pale Magenta #F091DD

Tints of Pale Magenta #F091DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.93%

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 39.6%
G = 23.93%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F091DD (or 0xF091DD) is known color: Pale Magenta. HEX triplet: F0, 91 and DD. RGB value is (240,145,221). Sum of RGB (Red+Green+Blue) = 240+145+221=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F091DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091DD is #0F6E22. Grayscale: #B5B5B5. Windows color (decimal): -1011235 or 14520816. OLE color: 14520816.

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

Color convert

RGB 240 145 221 -
CMYK 0 0.40 0.08 0.06
HSL 312º 0.76% 0.75% -
HSV(B) 312º 0.4% 0.94% -
XYZ 59.11 44 73.78 -
YUV 182.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 240 145 221 0 0.40 0.08 0.06 312 0.76 0.75
Hex F0 91 DD 0 28 8 6 138 4C 4B
Octal 360 221 335 0 50 10 6 470 114 113
Binary 11110000 10010001 11011101 0 101000 1000 110 100111000 1001100 1001011

Color Harmonies of #F091DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F091DD

Black with #F091DD

Text Example


Text Example

White with #F091DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F091DD; }

 p { color: rgb(240,145,221); }

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

background-color css

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

 a { background-color: rgb(240,145,221); }

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

border-color css

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

 span { border-color: rgb(240,145,221); }

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