Html Css Color HEX #F90FD5 Hot Magenta

📋 copy color: '#F90FD5'

red 249 ◦ green 15 ◦ blue 213

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

Shades of Hot Magenta #F90FD5

Tints of Hot Magenta #F90FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.65%

R = 52.2%
G = 3.14%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F90FD5 (or 0xF90FD5) is known color: Hot Magenta. HEX triplet: F9, 0F and D5. RGB value is (249,15,213). Sum of RGB (Red+Green+Blue) = 249+15+213=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FD5 is #06F02A. Grayscale: #6A6A6A. Windows color (decimal): -454699 or 13963257. OLE color: 13963257.

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

Color convert

RGB 249 15 213 -
CMYK 0 0.94 0.14 0.02
HSL 309.23º 0.95% 0.52% -
HSV(B) 309.23º 0.94% 0.98% -
XYZ 51.25 25.29 65.13 -
YUV 107.54 187.52 228.9 -
System Red Green Blue C M Y K H S L
Decimal 249 15 213 0 0.94 0.14 0.02 309.23 0.95 0.52
Hex F9 F D5 0 5E E 2 135 5F 34
Octal 371 17 325 0 136 16 2 465 137 64
Binary 11111001 1111 11010101 0 1011110 1110 10 100110101 1011111 110100

Color Harmonies of #F90FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FD5

Black with #F90FD5

Text Example


Text Example

White with #F90FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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