#F190E8

Color #F190E8 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F190E8

Tints of Pale Magenta #F190E8

Color information

#F190E8 (or 0xF190E8) is unknown color: approx Pale Magenta. HEX triplet: F1, 90 and E8. RGB value is (241,144,232). Sum of RGB (Red+Green+Blue) = 241+144+232=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F190E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190E8 is #0E6F17. Grayscale: #B6B6B6. Windows color (decimal): -945944 or 15241457. OLE color: 15241457.

HSL color Cylindrical-coordinate representation of color #F190E8: hue angle of 305.57º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190E8 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB241144232-
CMYK00.400.040.05
HSL305.57º77.6%75.49%-
HSV(B)305.57º40.25%94.51%-
XYZ60.8144.4781.72-
YUV183.04155.64169.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 144 (56.64% from 255) = 23.34%
BLUE value IS 232 (91.02% from 255) = 37.60%
R=39.06%
G=23.34%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114423200.400.040.05305.5777.675.49
HexF190E8028451324e4b
Octal36122035005045462116113
Binary111100011001000011101000010100010010110011001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190E8; }

 p { color: rgb(241,144,232); }

 H1.HeaderClassName
 {
   color: #F190E8;
 }
 .AnyTagClassName
 {
   color: #F190E8;
 }
</style>
background-color css

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

 a { background-color: rgb(241,144,232); }

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

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

 span { border-color: rgb(241,144,232); }

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