Html Css Color HEX #F181E0 Pale Magenta

📋 copy color: '#F181E0'

red 241 ◦ green 129 ◦ blue 224

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

Shades of Pale Magenta #F181E0

Tints of Pale Magenta #F181E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 40.57%
G = 21.72%
B = 37.71%

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

#F181E0 (or 0xF181E0) is known color: Pale Magenta. HEX triplet: F1, 81 and E0. RGB value is (241,129,224). Sum of RGB (Red+Green+Blue) = 241+129+224=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F181E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181E0 is #0E7E1F. Grayscale: #ADADAD. Windows color (decimal): -949792 or 14713329. OLE color: 14713329.

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

Color convert

RGB 241 129 224 -
CMYK 0 0.46 0.07 0.05
HSL 309.11º 0.8% 0.73% -
HSV(B) 309.11º 0.46% 0.95% -
XYZ 57.58 39.78 75.17 -
YUV 173.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 241 129 224 0 0.46 0.07 0.05 309.11 0.8 0.73
Hex F1 81 E0 0 2E 7 5 135 50 49
Octal 361 201 340 0 56 7 5 465 120 111
Binary 11110001 10000001 11100000 0 101110 111 101 100110101 1010000 1001001

Color Harmonies of #F181E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181E0

Black with #F181E0

Text Example


Text Example

White with #F181E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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