Html Css Color HEX #F90FD2 Hot Magenta

📋 copy color: '#F90FD2'

red 249 ◦ green 15 ◦ blue 210

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

Shades of Hot Magenta #F90FD2

Tints of Hot Magenta #F90FD2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.16%

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

R = 52.53%
G = 3.16%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F90FD2 (or 0xF90FD2) is known color: Hot Magenta. HEX triplet: F9, 0F and D2. RGB value is (249,15,210). Sum of RGB (Red+Green+Blue) = 249+15+210=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FD2 is #06F02D. Grayscale: #6A6A6A. Windows color (decimal): -454702 or 13766649. OLE color: 13766649.

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

Color convert

RGB 249 15 210 -
CMYK 0 0.94 0.16 0.02
HSL 310º 0.95% 0.52% -
HSV(B) 310º 0.94% 0.98% -
XYZ 50.87 25.13 63.14 -
YUV 107.2 186.02 229.14 -
System Red Green Blue C M Y K H S L
Decimal 249 15 210 0 0.94 0.16 0.02 310 0.95 0.52
Hex F9 F D2 0 5E 10 2 136 5F 34
Octal 371 17 322 0 136 20 2 466 137 64
Binary 11111001 1111 11010010 0 1011110 10000 10 100110110 1011111 110100

Color Harmonies of #F90FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FD2

Black with #F90FD2

Text Example


Text Example

White with #F90FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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