#F190E3

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

Shades of Pale Magenta #F190E3

Tints of Pale Magenta #F190E3

Color information

#F190E3 (or 0xF190E3) is unknown color: approx Pale Magenta. HEX triplet: F1, 90 and E3. RGB value is (241,144,227). Sum of RGB (Red+Green+Blue) = 241+144+227=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F190E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190E3 is #0E6F1C. Grayscale: #B6B6B6. Windows color (decimal): -945949 or 14913777. OLE color: 14913777.

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

Color convert

RGB241144227-
CMYK00.400.060.05
HSL308.66º77.6%75.49%-
HSV(B)308.66º40.25%94.51%-
XYZ60.1144.1978.03-
YUV182.46153.14169.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 144 (56.64% from 255) = 23.53%
BLUE value IS 227 (89.06% from 255) = 37.09%
R=39.38%
G=23.53%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114422700.400.060.05308.6677.675.49
HexF190E3028651354e4b
Octal36122034305065465116113
Binary111100011001000011100011010100011010110011010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190E3; }

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

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

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

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

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

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

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

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