Html Css Color HEX #F191E7 Pale Magenta

📋 copy color: '#F191E7'

red 241 ◦ green 145 ◦ blue 231

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

Shades of Pale Magenta #F191E7

Tints of Pale Magenta #F191E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.44%

R = 39.06%
G = 23.5%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F191E7 (or 0xF191E7) is known color: Pale Magenta. HEX triplet: F1, 91 and E7. RGB value is (241,145,231). Sum of RGB (Red+Green+Blue) = 241+145+231=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F191E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191E7 is #0E6E18. Grayscale: #B7B7B7. Windows color (decimal): -945689 or 15176177. OLE color: 15176177.

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

Color convert

RGB 241 145 231 -
CMYK 0 0.40 0.04 0.05
HSL 306.25º 0.77% 0.76% -
HSV(B) 306.25º 0.4% 0.95% -
XYZ 60.82 44.72 81.03 -
YUV 183.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 241 145 231 0 0.40 0.04 0.05 306.25 0.77 0.76
Hex F1 91 E7 0 28 4 5 132 4D 4C
Octal 361 221 347 0 50 4 5 462 115 114
Binary 11110001 10010001 11100111 0 101000 100 101 100110010 1001101 1001100

Color Harmonies of #F191E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191E7

Black with #F191E7

Text Example


Text Example

White with #F191E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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