Html Css Color HEX #F90DD3 Hot Magenta

📋 copy color: '#F90DD3'

red 249 ◦ green 13 ◦ blue 211

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

Shades of Hot Magenta #F90DD3

Tints of Hot Magenta #F90DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.61%

R = 52.64%
G = 2.75%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F90DD3 (or 0xF90DD3) is known color: Hot Magenta. HEX triplet: F9, 0D and D3. RGB value is (249,13,211). Sum of RGB (Red+Green+Blue) = 249+13+211=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DD3 is #06F22C. Grayscale: #696969. Windows color (decimal): -455213 or 13831673. OLE color: 13831673.

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

Color convert

RGB 249 13 211 -
CMYK 0 0.95 0.15 0.02
HSL 309.66º 0.95% 0.51% -
HSV(B) 309.66º 0.95% 0.98% -
XYZ 50.97 25.13 63.79 -
YUV 106.14 187.19 229.9 -
System Red Green Blue C M Y K H S L
Decimal 249 13 211 0 0.95 0.15 0.02 309.66 0.95 0.51
Hex F9 D D3 0 5F F 2 136 5F 33
Octal 371 15 323 0 137 17 2 466 137 63
Binary 11111001 1101 11010011 0 1011111 1111 10 100110110 1011111 110011

Color Harmonies of #F90DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DD3

Black with #F90DD3

Text Example


Text Example

White with #F90DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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