#F994F1

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

Shades of Pale Magenta #F994F1

Tints of Pale Magenta #F994F1

Color information

#F994F1 (or 0xF994F1) is unknown color: approx Pale Magenta. HEX triplet: F9, 94 and F1. RGB value is (249,148,241). Sum of RGB (Red+Green+Blue) = 249+148+241=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 148 (58.20% from 255 or 23.20% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F994F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994F1 is #066B0E. Grayscale: #BCBCBC. Windows color (decimal): -420623 or 15832313. OLE color: 15832313.

HSL color Cylindrical-coordinate representation of color #F994F1: hue angle of 304.75º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994F1 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB249148241-
CMYK00.410.030.02
HSL304.75º89.38%77.84%-
HSV(B)304.75º40.56%97.65%-
XYZ65.5347.6788.97-
YUV188.8157.46170.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.03%
GREEN value IS 148 (58.20% from 255) = 23.20%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=39.03%
G=23.20%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914824100.410.030.02304.7589.3877.84
HexF994F102932131594e
Octal37122436105132461131116
Binary1111100110010100111100010101001111010011000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994F1; }

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

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

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

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

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

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

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

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