Html Css Color HEX #F180E5 Pale Magenta

📋 copy color: '#F180E5'

red 241 ◦ green 128 ◦ blue 229

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

Shades of Pale Magenta #F180E5

Tints of Pale Magenta #F180E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.29%

R = 40.3%
G = 21.4%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F180E5 (or 0xF180E5) is known color: Pale Magenta. HEX triplet: F1, 80 and E5. RGB value is (241,128,229). Sum of RGB (Red+Green+Blue) = 241+128+229=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F180E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180E5 is #0E7F1A. Grayscale: #ADADAD. Windows color (decimal): -950043 or 15040753. OLE color: 15040753.

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

Color convert

RGB 241 128 229 -
CMYK 0 0.47 0.05 0.05
HSL 306.37º 0.8% 0.72% -
HSV(B) 306.37º 0.47% 0.95% -
XYZ 58.14 39.8 78.75 -
YUV 173.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 241 128 229 0 0.47 0.05 0.05 306.37 0.8 0.72
Hex F1 80 E5 0 2F 5 5 132 50 48
Octal 361 200 345 0 57 5 5 462 120 110
Binary 11110001 10000000 11100101 0 101111 101 101 100110010 1010000 1001000

Color Harmonies of #F180E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180E5

Black with #F180E5

Text Example


Text Example

White with #F180E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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