#F900CA

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

Shades of Hot Magenta #F900CA

Tints of Hot Magenta #F900CA

Color information

#F900CA (or 0xF900CA) is unknown color: approx Hot Magenta. HEX triplet: F9, 00 and CA. RGB value is (249,0,202). Sum of RGB (Red+Green+Blue) = 249+0+202=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F900CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900CA is #06FF35. Grayscale: #606060. Windows color (decimal): -458550 or 13238521. OLE color: 13238521.

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

Color convert

RGB2490202-
CMYK010.190.02
HSL311.33º100%48.82%-
HSV(B)311.33º100%97.65%-
XYZ49.7324.457.97-
YUV97.48186.99236.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=55.21%
G=0%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2490202010.190.02311.3310048.82
HexF90CA0641321376431
Octal3710312014423246714461
Binary111110010110010100110010010011101001101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F900CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F900CA; }

 p { color: rgb(249,0,202); }

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

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

 a { background-color: rgb(249,0,202); }

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

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

 span { border-color: rgb(249,0,202); }

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