Html Css Color HEX #F184DE Pale Magenta

📋 copy color: '#F184DE'

red 241 ◦ green 132 ◦ blue 222

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

Shades of Pale Magenta #F184DE

Tints of Pale Magenta #F184DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 40.5%
G = 22.18%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F184DE (or 0xF184DE) is known color: Pale Magenta. HEX triplet: F1, 84 and DE. RGB value is (241,132,222). Sum of RGB (Red+Green+Blue) = 241+132+222=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F184DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184DE is #0E7B21. Grayscale: #AEAEAE. Windows color (decimal): -949026 or 14583025. OLE color: 14583025.

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

Color convert

RGB 241 132 222 -
CMYK 0 0.45 0.08 0.05
HSL 310.46º 0.8% 0.73% -
HSV(B) 310.46º 0.45% 0.95% -
XYZ 57.71 40.48 73.88 -
YUV 174.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 241 132 222 0 0.45 0.08 0.05 310.46 0.8 0.73
Hex F1 84 DE 0 2D 8 5 136 50 49
Octal 361 204 336 0 55 10 5 466 120 111
Binary 11110001 10000100 11011110 0 101101 1000 101 100110110 1010000 1001001

Color Harmonies of #F184DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184DE

Black with #F184DE

Text Example


Text Example

White with #F184DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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