Html Css Color HEX #F90EDC Hot Magenta

📋 copy color: '#F90EDC'

red 249 ◦ green 14 ◦ blue 220

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

Shades of Hot Magenta #F90EDC

Tints of Hot Magenta #F90EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 51.55%
G = 2.9%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F90EDC (or 0xF90EDC) is known color: Hot Magenta. HEX triplet: F9, 0E and DC. RGB value is (249,14,220). Sum of RGB (Red+Green+Blue) = 249+14+220=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90EDC is #06F123. Grayscale: #6B6B6B. Windows color (decimal): -454948 or 14421753. OLE color: 14421753.

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

Color convert

RGB 249 14 220 -
CMYK 0 0.94 0.12 0.02
HSL 307.4º 0.95% 0.52% -
HSV(B) 307.4º 0.94% 0.98% -
XYZ 52.14 25.62 69.91 -
YUV 107.75 191.36 228.75 -
System Red Green Blue C M Y K H S L
Decimal 249 14 220 0 0.94 0.12 0.02 307.4 0.95 0.52
Hex F9 E DC 0 5E C 2 133 5F 34
Octal 371 16 334 0 136 14 2 463 137 64
Binary 11111001 1110 11011100 0 1011110 1100 10 100110011 1011111 110100

Color Harmonies of #F90EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EDC

Black with #F90EDC

Text Example


Text Example

White with #F90EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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