Html Css Color HEX #F181E1 Pale Magenta

📋 copy color: '#F181E1'

red 241 ◦ green 129 ◦ blue 225

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

Shades of Pale Magenta #F181E1

Tints of Pale Magenta #F181E1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.68%

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 40.5%
G = 21.68%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F181E1 (or 0xF181E1) is known color: Pale Magenta. HEX triplet: F1, 81 and E1. RGB value is (241,129,225). Sum of RGB (Red+Green+Blue) = 241+129+225=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F181E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181E1 is #0E7E1E. Grayscale: #ADADAD. Windows color (decimal): -949791 or 14778865. OLE color: 14778865.

HSL color Cylindrical-coordinate representation of color #F181E1: hue angle of 308.57º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181E1 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 225 -
CMYK 0 0.46 0.07 0.05
HSL 308.57º 0.8% 0.73% -
HSV(B) 308.57º 0.46% 0.95% -
XYZ 57.72 39.84 75.88 -
YUV 173.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 241 129 225 0 0.46 0.07 0.05 308.57 0.8 0.73
Hex F1 81 E1 0 2E 7 5 135 50 49
Octal 361 201 341 0 56 7 5 465 120 111
Binary 11110001 10000001 11100001 0 101110 111 101 100110101 1010000 1001001

Color Harmonies of #F181E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181E1

Black with #F181E1

Text Example


Text Example

White with #F181E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181E1; }

 p { color: rgb(241,129,225); }

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

background-color css

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

 a { background-color: rgb(241,129,225); }

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

border-color css

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

 span { border-color: rgb(241,129,225); }

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