Html Css Color HEX #F184E5 Pale Magenta

📋 copy color: '#F184E5'

red 241 ◦ green 132 ◦ blue 229

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

Shades of Pale Magenta #F184E5

Tints of Pale Magenta #F184E5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.93%

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

R = 40.03%
G = 21.93%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F184E5 (or 0xF184E5) is known color: Pale Magenta. HEX triplet: F1, 84 and E5. RGB value is (241,132,229). Sum of RGB (Red+Green+Blue) = 241+132+229=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 132 (51.95% from 255 or 21.93% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F184E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184E5 is #0E7B1A. Grayscale: #AFAFAF. Windows color (decimal): -949019 or 15041777. OLE color: 15041777.

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

Color convert

RGB 241 132 229 -
CMYK 0 0.45 0.05 0.05
HSL 306.61º 0.8% 0.73% -
HSV(B) 306.61º 0.45% 0.95% -
XYZ 58.67 40.86 78.92 -
YUV 175.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 241 132 229 0 0.45 0.05 0.05 306.61 0.8 0.73
Hex F1 84 E5 0 2D 5 5 133 50 49
Octal 361 204 345 0 55 5 5 463 120 111
Binary 11110001 10000100 11100101 0 101101 101 101 100110011 1010000 1001001

Color Harmonies of #F184E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184E5

Black with #F184E5

Text Example


Text Example

White with #F184E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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