#F194E5

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

Shades of Pale Magenta #F194E5

Tints of Pale Magenta #F194E5

Color information

#F194E5 (or 0xF194E5) is unknown color: approx Pale Magenta. HEX triplet: F1, 94 and E5. RGB value is (241,148,229). Sum of RGB (Red+Green+Blue) = 241+148+229=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F194E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194E5 is #0E6B1A. Grayscale: #B8B8B8. Windows color (decimal): -944923 or 15045873. OLE color: 15045873.

HSL color Cylindrical-coordinate representation of color #F194E5: hue angle of 307.74º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F194E5 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241148229-
CMYK00.390.050.05
HSL307.74º76.86%76.27%-
HSV(B)307.74º38.59%94.51%-
XYZ61.0145.5479.7-
YUV185.04152.81167.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 148 (58.20% from 255) = 23.95%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=39.00%
G=23.95%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114822900.390.050.05307.7476.8676.27
HexF194E5027551344d4c
Octal36122434504755464115114
Binary111100011001010011100101010011110110110011010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194E5; }

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

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

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

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

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

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

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

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