Html Css Color HEX #F180D5 Pale Magenta

📋 copy color: '#F180D5'

red 241 ◦ green 128 ◦ blue 213

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

Shades of Pale Magenta #F180D5

Tints of Pale Magenta #F180D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.6%

R = 41.41%
G = 21.99%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F180D5 (or 0xF180D5) is known color: Pale Magenta. HEX triplet: F1, 80 and D5. RGB value is (241,128,213). Sum of RGB (Red+Green+Blue) = 241+128+213=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F180D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180D5 is #0E7F2A. Grayscale: #ABABAB. Windows color (decimal): -950059 or 13992177. OLE color: 13992177.

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

Color convert

RGB 241 128 213 -
CMYK 0 0.47 0.12 0.05
HSL 314.87º 0.8% 0.72% -
HSV(B) 314.87º 0.47% 0.95% -
XYZ 56.01 38.94 67.52 -
YUV 171.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 241 128 213 0 0.47 0.12 0.05 314.87 0.8 0.72
Hex F1 80 D5 0 2F C 5 13B 50 48
Octal 361 200 325 0 57 14 5 473 120 110
Binary 11110001 10000000 11010101 0 101111 1100 101 100111011 1010000 1001000

Color Harmonies of #F180D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180D5

Black with #F180D5

Text Example


Text Example

White with #F180D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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