Html Css Color HEX #F90CCC Hot Magenta

📋 copy color: '#F90CCC'

red 249 ◦ green 12 ◦ blue 204

#F90CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #F90CCC

Tints of Hot Magenta #F90CCC

RGB

 RED value IS 249 (97.66% from 255) = 53.55%

 GREEN value IS 12 (5.08% from 255) = 2.58%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 53.55%
G = 2.58%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F90CCC (or 0xF90CCC) is known color: Hot Magenta. HEX triplet: F9, 0C and CC. RGB value is (249,12,204). Sum of RGB (Red+Green+Blue) = 249+12+204=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CCC is #06F333. Grayscale: #686868. Windows color (decimal): -455476 or 13372665. OLE color: 13372665.

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

Color convert

RGB 249 12 204 -
CMYK 0 0.95 0.18 0.02
HSL 311.39º 0.95% 0.51% -
HSV(B) 311.39º 0.95% 0.98% -
XYZ 50.1 24.76 59.27 -
YUV 104.75 184.02 230.89 -
System Red Green Blue C M Y K H S L
Decimal 249 12 204 0 0.95 0.18 0.02 311.39 0.95 0.51
Hex F9 C CC 0 5F 12 2 137 5F 33
Octal 371 14 314 0 137 22 2 467 137 63
Binary 11111001 1100 11001100 0 1011111 10010 10 100110111 1011111 110011

Color Harmonies of #F90CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CCC

Black with #F90CCC

Text Example


Text Example

White with #F90CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CCC; }

 p { color: rgb(249,12,204); }

 H1.HeaderClassName
 {
   color: #F90CCC;
 }
 .AnyTagClassName
 {
   color: #F90CCC;
 }
</style>

background-color css

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

 a { background-color: rgb(249,12,204); }

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

border-color css

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

 span { border-color: rgb(249,12,204); }

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