Html Css Color HEX #F191DA Pale Magenta

📋 copy color: '#F191DA'

red 241 ◦ green 145 ◦ blue 218

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

Shades of Pale Magenta #F191DA

Tints of Pale Magenta #F191DA

RGB

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

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

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

R = 39.9%
G = 24.01%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F191DA (or 0xF191DA) is known color: Pale Magenta. HEX triplet: F1, 91 and DA. RGB value is (241,145,218). Sum of RGB (Red+Green+Blue) = 241+145+218=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F191DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191DA is #0E6E25. Grayscale: #B5B5B5. Windows color (decimal): -945702 or 14324209. OLE color: 14324209.

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

Color convert

RGB 241 145 218 -
CMYK 0 0.40 0.10 0.05
HSL 314.38º 0.77% 0.76% -
HSV(B) 314.38º 0.4% 0.95% -
XYZ 59.06 44.01 71.71 -
YUV 182.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 241 145 218 0 0.40 0.10 0.05 314.38 0.77 0.76
Hex F1 91 DA 0 28 A 5 13A 4D 4C
Octal 361 221 332 0 50 12 5 472 115 114
Binary 11110001 10010001 11011010 0 101000 1010 101 100111010 1001101 1001100

Color Harmonies of #F191DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191DA

Black with #F191DA

Text Example


Text Example

White with #F191DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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