Html Css Color HEX #F90FDF Hot Magenta

📋 copy color: '#F90FDF'

red 249 ◦ green 15 ◦ blue 223

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

Shades of Hot Magenta #F90FDF

Tints of Hot Magenta #F90FDF

RGB

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

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

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

R = 51.13%
G = 3.08%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F90FDF (or 0xF90FDF) is known color: Hot Magenta. HEX triplet: F9, 0F and DF. RGB value is (249,15,223). Sum of RGB (Red+Green+Blue) = 249+15+223=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FDF is #06F020. Grayscale: #6C6C6C. Windows color (decimal): -454689 or 14618617. OLE color: 14618617.

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

Color convert

RGB 249 15 223 -
CMYK 0 0.94 0.10 0.02
HSL 306.67º 0.95% 0.52% -
HSV(B) 306.67º 0.94% 0.98% -
XYZ 52.56 25.81 72.02 -
YUV 108.68 192.52 228.09 -
System Red Green Blue C M Y K H S L
Decimal 249 15 223 0 0.94 0.10 0.02 306.67 0.95 0.52
Hex F9 F DF 0 5E A 2 133 5F 34
Octal 371 17 337 0 136 12 2 463 137 64
Binary 11111001 1111 11011111 0 1011110 1010 10 100110011 1011111 110100

Color Harmonies of #F90FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FDF

Black with #F90FDF

Text Example


Text Example

White with #F90FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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