Html Css Color HEX #F90FDE Hot Magenta

📋 copy color: '#F90FDE'

red 249 ◦ green 15 ◦ blue 222

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

Shades of Hot Magenta #F90FDE

Tints of Hot Magenta #F90FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 51.23%
G = 3.09%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F90FDE (or 0xF90FDE) is known color: Hot Magenta. HEX triplet: F9, 0F and DE. RGB value is (249,15,222). Sum of RGB (Red+Green+Blue) = 249+15+222=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 15 (6.25% from 255 or 3.09% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FDE is #06F021. Grayscale: #6B6B6B. Windows color (decimal): -454690 or 14553081. OLE color: 14553081.

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

Color convert

RGB 249 15 222 -
CMYK 0 0.94 0.11 0.02
HSL 306.92º 0.95% 0.52% -
HSV(B) 306.92º 0.94% 0.98% -
XYZ 52.42 25.76 71.32 -
YUV 108.56 192.02 228.17 -
System Red Green Blue C M Y K H S L
Decimal 249 15 222 0 0.94 0.11 0.02 306.92 0.95 0.52
Hex F9 F DE 0 5E B 2 133 5F 34
Octal 371 17 336 0 136 13 2 463 137 64
Binary 11111001 1111 11011110 0 1011110 1011 10 100110011 1011111 110100

Color Harmonies of #F90FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FDE

Black with #F90FDE

Text Example


Text Example

White with #F90FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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