#F902C4

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

Shades of Hot Magenta #F902C4

Tints of Hot Magenta #F902C4

Color information

#F902C4 (or 0xF902C4) is unknown color: approx Hot Magenta. HEX triplet: F9, 02 and C4. RGB value is (249,2,196). Sum of RGB (Red+Green+Blue) = 249+2+196=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F902C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902C4 is #06FD3B. Grayscale: #616161. Windows color (decimal): -458044 or 12845817. OLE color: 12845817.

HSL color Cylindrical-coordinate representation of color #F902C4: hue angle of 312.87º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F902C4 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB2492196-
CMYK00.990.210.02
HSL312.87º98.41%49.22%-
HSV(B)312.87º99.2%97.65%-
XYZ49.0524.1754.3-
YUV97.97183.33235.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.70%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=55.70%
G=0.45%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249219600.990.210.02312.8798.4149.22
HexF92C40631521396231
Octal3712304014325247114261
Binary1111100110110001000110001110101101001110011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F902C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F902C4; }

 p { color: rgb(249,2,196); }

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

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

 a { background-color: rgb(249,2,196); }

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

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

 span { border-color: rgb(249,2,196); }

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