Html Css Color HEX #F90CD2 Hot Magenta

📋 copy color: '#F90CD2'

red 249 ◦ green 12 ◦ blue 210

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

Shades of Hot Magenta #F90CD2

Tints of Hot Magenta #F90CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 52.87%
G = 2.55%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F90CD2 (or 0xF90CD2) is known color: Hot Magenta. HEX triplet: F9, 0C and D2. RGB value is (249,12,210). Sum of RGB (Red+Green+Blue) = 249+12+210=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CD2 is #06F32D. Grayscale: #686868. Windows color (decimal): -455470 or 13765881. OLE color: 13765881.

HSL color Cylindrical-coordinate representation of color #F90CD2: hue angle of 309.87º 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 #F90CD2 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 12 210 -
CMYK 0 0.95 0.16 0.02
HSL 309.87º 0.95% 0.51% -
HSV(B) 309.87º 0.95% 0.98% -
XYZ 50.83 25.06 63.13 -
YUV 105.44 187.02 230.4 -
System Red Green Blue C M Y K H S L
Decimal 249 12 210 0 0.95 0.16 0.02 309.87 0.95 0.51
Hex F9 C D2 0 5F 10 2 136 5F 33
Octal 371 14 322 0 137 20 2 466 137 63
Binary 11111001 1100 11010010 0 1011111 10000 10 100110110 1011111 110011

Color Harmonies of #F90CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CD2

Black with #F90CD2

Text Example


Text Example

White with #F90CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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