Html Css Color HEX #F90DD5 Hot Magenta

📋 copy color: '#F90DD5'

red 249 ◦ green 13 ◦ blue 213

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

Shades of Hot Magenta #F90DD5

Tints of Hot Magenta #F90DD5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.74%

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

R = 52.42%
G = 2.74%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F90DD5 (or 0xF90DD5) is known color: Hot Magenta. HEX triplet: F9, 0D and D5. RGB value is (249,13,213). Sum of RGB (Red+Green+Blue) = 249+13+213=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DD5 is #06F22A. Grayscale: #696969. Windows color (decimal): -455211 or 13962745. OLE color: 13962745.

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

Color convert

RGB 249 13 213 -
CMYK 0 0.95 0.14 0.02
HSL 309.15º 0.95% 0.51% -
HSV(B) 309.15º 0.95% 0.98% -
XYZ 51.22 25.23 65.12 -
YUV 106.36 188.19 229.74 -
System Red Green Blue C M Y K H S L
Decimal 249 13 213 0 0.95 0.14 0.02 309.15 0.95 0.51
Hex F9 D D5 0 5F E 2 135 5F 33
Octal 371 15 325 0 137 16 2 465 137 63
Binary 11111001 1101 11010101 0 1011111 1110 10 100110101 1011111 110011

Color Harmonies of #F90DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DD5

Black with #F90DD5

Text Example


Text Example

White with #F90DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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