Html Css Color HEX #F90ED6 Hot Magenta

📋 copy color: '#F90ED6'

red 249 ◦ green 14 ◦ blue 214

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

Shades of Hot Magenta #F90ED6

Tints of Hot Magenta #F90ED6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.94%

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 52.2%
G = 2.94%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F90ED6 (or 0xF90ED6) is known color: Hot Magenta. HEX triplet: F9, 0E and D6. RGB value is (249,14,214). Sum of RGB (Red+Green+Blue) = 249+14+214=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ED6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ED6 is #06F129. Grayscale: #6A6A6A. Windows color (decimal): -454954 or 14028537. OLE color: 14028537.

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

Color convert

RGB 249 14 214 -
CMYK 0 0.94 0.14 0.02
HSL 308.94º 0.95% 0.52% -
HSV(B) 308.94º 0.94% 0.98% -
XYZ 51.36 25.31 65.8 -
YUV 107.07 188.36 229.24 -
System Red Green Blue C M Y K H S L
Decimal 249 14 214 0 0.94 0.14 0.02 308.94 0.95 0.52
Hex F9 E D6 0 5E E 2 135 5F 34
Octal 371 16 326 0 136 16 2 465 137 64
Binary 11111001 1110 11010110 0 1011110 1110 10 100110101 1011111 110100

Color Harmonies of #F90ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ED6

Black with #F90ED6

Text Example


Text Example

White with #F90ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ED6; }

 p { color: rgb(249,14,214); }

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

background-color css

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

 a { background-color: rgb(249,14,214); }

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

border-color css

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

 span { border-color: rgb(249,14,214); }

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