Html Css Color HEX #F191E5 Pale Magenta

📋 copy color: '#F191E5'

red 241 ◦ green 145 ◦ blue 229

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

Shades of Pale Magenta #F191E5

Tints of Pale Magenta #F191E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.24%

R = 39.19%
G = 23.58%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F191E5 (or 0xF191E5) is known color: Pale Magenta. HEX triplet: F1, 91 and E5. RGB value is (241,145,229). Sum of RGB (Red+Green+Blue) = 241+145+229=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F191E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191E5 is #0E6E1A. Grayscale: #B7B7B7. Windows color (decimal): -945691 or 15045105. OLE color: 15045105.

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

Color convert

RGB 241 145 229 -
CMYK 0 0.40 0.05 0.05
HSL 307.5º 0.77% 0.76% -
HSV(B) 307.5º 0.4% 0.95% -
XYZ 60.54 44.61 79.55 -
YUV 183.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 241 145 229 0 0.40 0.05 0.05 307.5 0.77 0.76
Hex F1 91 E5 0 28 5 5 134 4D 4C
Octal 361 221 345 0 50 5 5 464 115 114
Binary 11110001 10010001 11100101 0 101000 101 101 100110100 1001101 1001100

Color Harmonies of #F191E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191E5

Black with #F191E5

Text Example


Text Example

White with #F191E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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