Html Css Color HEX #F184E2 Pale Magenta

📋 copy color: '#F184E2'

red 241 ◦ green 132 ◦ blue 226

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

Shades of Pale Magenta #F184E2

Tints of Pale Magenta #F184E2

RGB

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

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

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

R = 40.23%
G = 22.04%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F184E2 (or 0xF184E2) is known color: Pale Magenta. HEX triplet: F1, 84 and E2. RGB value is (241,132,226). Sum of RGB (Red+Green+Blue) = 241+132+226=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F184E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184E2 is #0E7B1D. Grayscale: #AFAFAF. Windows color (decimal): -949022 or 14845169. OLE color: 14845169.

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

Color convert

RGB 241 132 226 -
CMYK 0 0.45 0.06 0.05
HSL 308.26º 0.8% 0.73% -
HSV(B) 308.26º 0.45% 0.95% -
XYZ 58.25 40.69 76.74 -
YUV 175.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 241 132 226 0 0.45 0.06 0.05 308.26 0.8 0.73
Hex F1 84 E2 0 2D 6 5 134 50 49
Octal 361 204 342 0 55 6 5 464 120 111
Binary 11110001 10000100 11100010 0 101101 110 101 100110100 1010000 1001001

Color Harmonies of #F184E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184E2

Black with #F184E2

Text Example


Text Example

White with #F184E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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