Html Css Color HEX #F90ECF Hot Magenta

📋 copy color: '#F90ECF'

red 249 ◦ green 14 ◦ blue 207

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

Shades of Hot Magenta #F90ECF

Tints of Hot Magenta #F90ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 52.98%
G = 2.98%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F90ECF (or 0xF90ECF) is known color: Hot Magenta. HEX triplet: F9, 0E and CF. RGB value is (249,14,207). Sum of RGB (Red+Green+Blue) = 249+14+207=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 14 (5.86% from 255 or 2.98% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ECF is #06F130. Grayscale: #696969. Windows color (decimal): -454961 or 13569785. OLE color: 13569785.

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

Color convert

RGB 249 14 207 -
CMYK 0 0.94 0.17 0.02
HSL 310.72º 0.95% 0.52% -
HSV(B) 310.72º 0.94% 0.98% -
XYZ 50.49 24.96 61.19 -
YUV 106.27 184.86 229.81 -
System Red Green Blue C M Y K H S L
Decimal 249 14 207 0 0.94 0.17 0.02 310.72 0.95 0.52
Hex F9 E CF 0 5E 11 2 137 5F 34
Octal 371 16 317 0 136 21 2 467 137 64
Binary 11111001 1110 11001111 0 1011110 10001 10 100110111 1011111 110100

Color Harmonies of #F90ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ECF

Black with #F90ECF

Text Example


Text Example

White with #F90ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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