Html Css Color HEX #F184E7 Pale Magenta

📋 copy color: '#F184E7'

red 241 ◦ green 132 ◦ blue 231

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

Shades of Pale Magenta #F184E7

Tints of Pale Magenta #F184E7

RGB

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

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

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

R = 39.9%
G = 21.85%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F184E7 (or 0xF184E7) is known color: Pale Magenta. HEX triplet: F1, 84 and E7. RGB value is (241,132,231). Sum of RGB (Red+Green+Blue) = 241+132+231=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F184E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184E7 is #0E7B18. Grayscale: #AFAFAF. Windows color (decimal): -949017 or 15172849. OLE color: 15172849.

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

Color convert

RGB 241 132 231 -
CMYK 0 0.45 0.04 0.05
HSL 305.5º 0.8% 0.73% -
HSV(B) 305.5º 0.45% 0.95% -
XYZ 58.95 40.97 80.4 -
YUV 175.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 241 132 231 0 0.45 0.04 0.05 305.5 0.8 0.73
Hex F1 84 E7 0 2D 4 5 132 50 49
Octal 361 204 347 0 55 4 5 462 120 111
Binary 11110001 10000100 11100111 0 101101 100 101 100110010 1010000 1001001

Color Harmonies of #F184E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184E7

Black with #F184E7

Text Example


Text Example

White with #F184E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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