Html Css Color HEX #F184DA Pale Magenta

📋 copy color: '#F184DA'

red 241 ◦ green 132 ◦ blue 218

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

Shades of Pale Magenta #F184DA

Tints of Pale Magenta #F184DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 40.78%
G = 22.34%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F184DA (or 0xF184DA) is known color: Pale Magenta. HEX triplet: F1, 84 and DA. RGB value is (241,132,218). Sum of RGB (Red+Green+Blue) = 241+132+218=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F184DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184DA is #0E7B25. Grayscale: #AEAEAE. Windows color (decimal): -949030 or 14320881. OLE color: 14320881.

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

Color convert

RGB 241 132 218 -
CMYK 0 0.45 0.10 0.05
HSL 312.66º 0.8% 0.73% -
HSV(B) 312.66º 0.45% 0.95% -
XYZ 57.18 40.27 71.09 -
YUV 174.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 241 132 218 0 0.45 0.10 0.05 312.66 0.8 0.73
Hex F1 84 DA 0 2D A 5 139 50 49
Octal 361 204 332 0 55 12 5 471 120 111
Binary 11110001 10000100 11011010 0 101101 1010 101 100111001 1010000 1001001

Color Harmonies of #F184DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184DA

Black with #F184DA

Text Example


Text Example

White with #F184DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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