Html Css Color HEX #F90DDF Hot Magenta

📋 copy color: '#F90DDF'

red 249 ◦ green 13 ◦ blue 223

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

Shades of Hot Magenta #F90DDF

Tints of Hot Magenta #F90DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 51.34%
G = 2.68%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F90DDF (or 0xF90DDF) is known color: Hot Magenta. HEX triplet: F9, 0D and DF. RGB value is (249,13,223). Sum of RGB (Red+Green+Blue) = 249+13+223=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 13 (5.47% from 255 or 2.68% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DDF is #06F220. Grayscale: #6A6A6A. Windows color (decimal): -455201 or 14618105. OLE color: 14618105.

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

Color convert

RGB 249 13 223 -
CMYK 0 0.95 0.10 0.02
HSL 306.61º 0.95% 0.51% -
HSV(B) 306.61º 0.95% 0.98% -
XYZ 52.53 25.76 72.01 -
YUV 107.5 193.19 228.92 -
System Red Green Blue C M Y K H S L
Decimal 249 13 223 0 0.95 0.10 0.02 306.61 0.95 0.51
Hex F9 D DF 0 5F A 2 133 5F 33
Octal 371 15 337 0 137 12 2 463 137 63
Binary 11111001 1101 11011111 0 1011111 1010 10 100110011 1011111 110011

Color Harmonies of #F90DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DDF

Black with #F90DDF

Text Example


Text Example

White with #F90DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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