Html Css Color HEX #F90ED3 Hot Magenta

📋 copy color: '#F90ED3'

red 249 ◦ green 14 ◦ blue 211

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

Shades of Hot Magenta #F90ED3

Tints of Hot Magenta #F90ED3

RGB

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

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

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

R = 52.53%
G = 2.95%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F90ED3 (or 0xF90ED3) is known color: Hot Magenta. HEX triplet: F9, 0E and D3. RGB value is (249,14,211). Sum of RGB (Red+Green+Blue) = 249+14+211=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ED3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ED3 is #06F12C. Grayscale: #6A6A6A. Windows color (decimal): -454957 or 13831929. OLE color: 13831929.

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

Color convert

RGB 249 14 211 -
CMYK 0 0.94 0.15 0.02
HSL 309.7º 0.95% 0.52% -
HSV(B) 309.7º 0.94% 0.98% -
XYZ 50.98 25.16 63.8 -
YUV 106.72 186.86 229.48 -
System Red Green Blue C M Y K H S L
Decimal 249 14 211 0 0.94 0.15 0.02 309.7 0.95 0.52
Hex F9 E D3 0 5E F 2 136 5F 34
Octal 371 16 323 0 136 17 2 466 137 64
Binary 11111001 1110 11010011 0 1011110 1111 10 100110110 1011111 110100

Color Harmonies of #F90ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ED3

Black with #F90ED3

Text Example


Text Example

White with #F90ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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