Html Css Color HEX #F90EDE Hot Magenta

📋 copy color: '#F90EDE'

red 249 ◦ green 14 ◦ blue 222

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

Shades of Hot Magenta #F90EDE

Tints of Hot Magenta #F90EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 51.34%
G = 2.89%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F90EDE (or 0xF90EDE) is known color: Hot Magenta. HEX triplet: F9, 0E and DE. RGB value is (249,14,222). Sum of RGB (Red+Green+Blue) = 249+14+222=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90EDE is #06F121. Grayscale: #6B6B6B. Windows color (decimal): -454946 or 14552825. OLE color: 14552825.

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

Color convert

RGB 249 14 222 -
CMYK 0 0.94 0.11 0.02
HSL 306.89º 0.95% 0.52% -
HSV(B) 306.89º 0.94% 0.98% -
XYZ 52.41 25.73 71.31 -
YUV 107.98 192.36 228.59 -
System Red Green Blue C M Y K H S L
Decimal 249 14 222 0 0.94 0.11 0.02 306.89 0.95 0.52
Hex F9 E DE 0 5E B 2 133 5F 34
Octal 371 16 336 0 136 13 2 463 137 64
Binary 11111001 1110 11011110 0 1011110 1011 10 100110011 1011111 110100

Color Harmonies of #F90EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EDE

Black with #F90EDE

Text Example


Text Example

White with #F90EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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