Html Css Color HEX #F091DC Pale Magenta

📋 copy color: '#F091DC'

red 240 ◦ green 145 ◦ blue 220

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

Shades of Pale Magenta #F091DC

Tints of Pale Magenta #F091DC

RGB

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

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

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

R = 39.67%
G = 23.97%
B = 36.36%

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

#F091DC (or 0xF091DC) is known color: Pale Magenta. HEX triplet: F0, 91 and DC. RGB value is (240,145,220). Sum of RGB (Red+Green+Blue) = 240+145+220=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F091DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091DC is #0F6E23. Grayscale: #B5B5B5. Windows color (decimal): -1011236 or 14455280. OLE color: 14455280.

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

Color convert

RGB 240 145 220 -
CMYK 0 0.40 0.08 0.06
HSL 312.63º 0.76% 0.75% -
HSV(B) 312.63º 0.4% 0.94% -
XYZ 58.98 43.94 73.08 -
YUV 181.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 240 145 220 0 0.40 0.08 0.06 312.63 0.76 0.75
Hex F0 91 DC 0 28 8 6 139 4C 4B
Octal 360 221 334 0 50 10 6 471 114 113
Binary 11110000 10010001 11011100 0 101000 1000 110 100111001 1001100 1001011

Color Harmonies of #F091DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F091DC

Black with #F091DC

Text Example


Text Example

White with #F091DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F091DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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