Html Css Color HEX #F180D9 Pale Magenta

📋 copy color: '#F180D9'

red 241 ◦ green 128 ◦ blue 217

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

Shades of Pale Magenta #F180D9

Tints of Pale Magenta #F180D9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.84%

 BLUE value IS 217 (85.16% from 255) = 37.03%

R = 41.13%
G = 21.84%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F180D9 (or 0xF180D9) is known color: Pale Magenta. HEX triplet: F1, 80 and D9. RGB value is (241,128,217). Sum of RGB (Red+Green+Blue) = 241+128+217=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F180D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180D9 is #0E7F26. Grayscale: #ABABAB. Windows color (decimal): -950055 or 14254321. OLE color: 14254321.

HSL color Cylindrical-coordinate representation of color #F180D9: hue angle of 312.74º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180D9 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 217 -
CMYK 0 0.47 0.10 0.05
HSL 312.74º 0.8% 0.72% -
HSV(B) 312.74º 0.47% 0.95% -
XYZ 56.52 39.15 70.22 -
YUV 171.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 241 128 217 0 0.47 0.10 0.05 312.74 0.8 0.72
Hex F1 80 D9 0 2F A 5 139 50 48
Octal 361 200 331 0 57 12 5 471 120 110
Binary 11110001 10000000 11011001 0 101111 1010 101 100111001 1010000 1001000

Color Harmonies of #F180D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180D9

Black with #F180D9

Text Example


Text Example

White with #F180D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180D9; }

 p { color: rgb(241,128,217); }

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

background-color css

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

 a { background-color: rgb(241,128,217); }

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

border-color css

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

 span { border-color: rgb(241,128,217); }

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