Html Css Color HEX #F90EDA Hot Magenta

📋 copy color: '#F90EDA'

red 249 ◦ green 14 ◦ blue 218

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

Shades of Hot Magenta #F90EDA

Tints of Hot Magenta #F90EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 51.77%
G = 2.91%
B = 45.32%

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

#F90EDA (or 0xF90EDA) is known color: Hot Magenta. HEX triplet: F9, 0E and DA. RGB value is (249,14,218). Sum of RGB (Red+Green+Blue) = 249+14+218=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90EDA is #06F125. Grayscale: #6A6A6A. Windows color (decimal): -454950 or 14290681. OLE color: 14290681.

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

Color convert

RGB 249 14 218 -
CMYK 0 0.94 0.12 0.02
HSL 307.91º 0.95% 0.52% -
HSV(B) 307.91º 0.94% 0.98% -
XYZ 51.88 25.52 68.52 -
YUV 107.52 190.36 228.91 -
System Red Green Blue C M Y K H S L
Decimal 249 14 218 0 0.94 0.12 0.02 307.91 0.95 0.52
Hex F9 E DA 0 5E C 2 134 5F 34
Octal 371 16 332 0 136 14 2 464 137 64
Binary 11111001 1110 11011010 0 1011110 1100 10 100110100 1011111 110100

Color Harmonies of #F90EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EDA

Black with #F90EDA

Text Example


Text Example

White with #F90EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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