Html Css Color HEX #F180E6 Pale Magenta

📋 copy color: '#F180E6'

red 241 ◦ green 128 ◦ blue 230

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

Shades of Pale Magenta #F180E6

Tints of Pale Magenta #F180E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 40.23%
G = 21.37%
B = 38.4%

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

#F180E6 (or 0xF180E6) is known color: Pale Magenta. HEX triplet: F1, 80 and E6. RGB value is (241,128,230). Sum of RGB (Red+Green+Blue) = 241+128+230=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F180E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180E6 is #0E7F19. Grayscale: #ADADAD. Windows color (decimal): -950042 or 15106289. OLE color: 15106289.

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

Color convert

RGB 241 128 230 -
CMYK 0 0.47 0.05 0.05
HSL 305.84º 0.8% 0.72% -
HSV(B) 305.84º 0.47% 0.95% -
XYZ 58.28 39.85 79.48 -
YUV 173.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 241 128 230 0 0.47 0.05 0.05 305.84 0.8 0.72
Hex F1 80 E6 0 2F 5 5 132 50 48
Octal 361 200 346 0 57 5 5 462 120 110
Binary 11110001 10000000 11100110 0 101111 101 101 100110010 1010000 1001000

Color Harmonies of #F180E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180E6

Black with #F180E6

Text Example


Text Example

White with #F180E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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