Html Css Color HEX #F180E1 Pale Magenta

📋 copy color: '#F180E1'

red 241 ◦ green 128 ◦ blue 225

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

Shades of Pale Magenta #F180E1

Tints of Pale Magenta #F180E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.88%

R = 40.57%
G = 21.55%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F180E1 (or 0xF180E1) is known color: Pale Magenta. HEX triplet: F1, 80 and E1. RGB value is (241,128,225). Sum of RGB (Red+Green+Blue) = 241+128+225=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F180E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180E1 is #0E7F1E. Grayscale: #ACACAC. Windows color (decimal): -950047 or 14778609. OLE color: 14778609.

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

Color convert

RGB 241 128 225 -
CMYK 0 0.47 0.07 0.05
HSL 308.5º 0.8% 0.72% -
HSV(B) 308.5º 0.47% 0.95% -
XYZ 57.59 39.58 75.84 -
YUV 172.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 241 128 225 0 0.47 0.07 0.05 308.5 0.8 0.72
Hex F1 80 E1 0 2F 7 5 134 50 48
Octal 361 200 341 0 57 7 5 464 120 110
Binary 11110001 10000000 11100001 0 101111 111 101 100110100 1010000 1001000

Color Harmonies of #F180E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180E1

Black with #F180E1

Text Example


Text Example

White with #F180E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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