Html Css Color HEX #F191E2 Pale Magenta

📋 copy color: '#F191E2'

red 241 ◦ green 145 ◦ blue 226

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

Shades of Pale Magenta #F191E2

Tints of Pale Magenta #F191E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.93%

R = 39.38%
G = 23.69%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F191E2 (or 0xF191E2) is known color: Pale Magenta. HEX triplet: F1, 91 and E2. RGB value is (241,145,226). Sum of RGB (Red+Green+Blue) = 241+145+226=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F191E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191E2 is #0E6E1D. Grayscale: #B6B6B6. Windows color (decimal): -945694 or 14848497. OLE color: 14848497.

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

Color convert

RGB 241 145 226 -
CMYK 0 0.40 0.06 0.05
HSL 309.38º 0.77% 0.76% -
HSV(B) 309.38º 0.4% 0.95% -
XYZ 60.13 44.44 77.36 -
YUV 182.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 241 145 226 0 0.40 0.06 0.05 309.38 0.77 0.76
Hex F1 91 E2 0 28 6 5 135 4D 4C
Octal 361 221 342 0 50 6 5 465 115 114
Binary 11110001 10010001 11100010 0 101000 110 101 100110101 1001101 1001100

Color Harmonies of #F191E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191E2

Black with #F191E2

Text Example


Text Example

White with #F191E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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