Html Css Color HEX #F191DC Pale Magenta

📋 copy color: '#F191DC'

red 241 ◦ green 145 ◦ blue 220

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

Shades of Pale Magenta #F191DC

Tints of Pale Magenta #F191DC

RGB

 RED value IS 241 (94.53% from 255) = 39.77%

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

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

R = 39.77%
G = 23.93%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F191DC (or 0xF191DC) is known color: Pale Magenta. HEX triplet: F1, 91 and DC. RGB value is (241,145,220). Sum of RGB (Red+Green+Blue) = 241+145+220=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F191DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191DC is #0E6E23. Grayscale: #B6B6B6. Windows color (decimal): -945700 or 14455281. OLE color: 14455281.

HSL color Cylindrical-coordinate representation of color #F191DC: hue angle of 313.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191DC is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 145 220 -
CMYK 0 0.40 0.09 0.05
HSL 313.13º 0.77% 0.76% -
HSV(B) 313.13º 0.4% 0.95% -
XYZ 59.32 44.12 73.1 -
YUV 182.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 241 145 220 0 0.40 0.09 0.05 313.13 0.77 0.76
Hex F1 91 DC 0 28 9 5 139 4D 4C
Octal 361 221 334 0 50 11 5 471 115 114
Binary 11110001 10010001 11011100 0 101000 1001 101 100111001 1001101 1001100

Color Harmonies of #F191DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191DC

Black with #F191DC

Text Example


Text Example

White with #F191DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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