Html Css Color HEX #F184E0 Pale Magenta

📋 copy color: '#F184E0'

red 241 ◦ green 132 ◦ blue 224

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

Shades of Pale Magenta #F184E0

Tints of Pale Magenta #F184E0

RGB

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

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

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

R = 40.37%
G = 22.11%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F184E0 (or 0xF184E0) is known color: Pale Magenta. HEX triplet: F1, 84 and E0. RGB value is (241,132,224). Sum of RGB (Red+Green+Blue) = 241+132+224=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F184E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184E0 is #0E7B1F. Grayscale: #AEAEAE. Windows color (decimal): -949024 or 14714097. OLE color: 14714097.

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

Color convert

RGB 241 132 224 -
CMYK 0 0.45 0.07 0.05
HSL 309.36º 0.8% 0.73% -
HSV(B) 309.36º 0.45% 0.95% -
XYZ 57.98 40.59 75.3 -
YUV 175.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 241 132 224 0 0.45 0.07 0.05 309.36 0.8 0.73
Hex F1 84 E0 0 2D 7 5 135 50 49
Octal 361 204 340 0 55 7 5 465 120 111
Binary 11110001 10000100 11100000 0 101101 111 101 100110101 1010000 1001001

Color Harmonies of #F184E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184E0

Black with #F184E0

Text Example


Text Example

White with #F184E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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