Html Css Color HEX #F90EDF Hot Magenta

📋 copy color: '#F90EDF'

red 249 ◦ green 14 ◦ blue 223

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

Shades of Hot Magenta #F90EDF

Tints of Hot Magenta #F90EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 51.23%
G = 2.88%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F90EDF (or 0xF90EDF) is known color: Hot Magenta. HEX triplet: F9, 0E and DF. RGB value is (249,14,223). Sum of RGB (Red+Green+Blue) = 249+14+223=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 14 (5.86% from 255 or 2.88% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90EDF is #06F120. Grayscale: #6B6B6B. Windows color (decimal): -454945 or 14618361. OLE color: 14618361.

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

Color convert

RGB 249 14 223 -
CMYK 0 0.94 0.10 0.02
HSL 306.64º 0.95% 0.52% -
HSV(B) 306.64º 0.94% 0.98% -
XYZ 52.54 25.78 72.02 -
YUV 108.09 192.86 228.51 -
System Red Green Blue C M Y K H S L
Decimal 249 14 223 0 0.94 0.10 0.02 306.64 0.95 0.52
Hex F9 E DF 0 5E A 2 133 5F 34
Octal 371 16 337 0 136 12 2 463 137 64
Binary 11111001 1110 11011111 0 1011110 1010 10 100110011 1011111 110100

Color Harmonies of #F90EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EDF

Black with #F90EDF

Text Example


Text Example

White with #F90EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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