Html Css Color HEX #F900E2 Hot Magenta

📋 copy color: '#F900E2'

red 249 ◦ green 0 ◦ blue 226

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

Shades of Hot Magenta #F900E2

Tints of Hot Magenta #F900E2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 226 (88.67% from 255) = 47.58%

R = 52.42%
G = 0%
B = 47.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F900E2 (or 0xF900E2) is known color: Hot Magenta. HEX triplet: F9, 00 and E2. RGB value is (249,0,226). Sum of RGB (Red+Green+Blue) = 249+0+226=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F900E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900E2 is #06FF1D. Grayscale: #636363. Windows color (decimal): -458526 or 14811385. OLE color: 14811385.

HSL color Cylindrical-coordinate representation of color #F900E2: hue angle of 305.54º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900E2 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 226 -
CMYK 0 1 0.09 0.02
HSL 305.54º 1% 0.49% -
HSV(B) 305.54º 1% 0.98% -
XYZ 52.79 25.63 74.12 -
YUV 100.22 198.99 234.12 -
System Red Green Blue C M Y K H S L
Decimal 249 0 226 0 1 0.09 0.02 305.54 1 0.49
Hex F9 0 E2 0 64 9 2 132 64 31
Octal 371 0 342 0 144 11 2 462 144 61
Binary 11111001 0 11100010 0 1100100 1001 10 100110010 1100100 110001

Color Harmonies of #F900E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900E2

Black with #F900E2

Text Example


Text Example

White with #F900E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900E2; }

 p { color: rgb(249,0,226); }

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

background-color css

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

 a { background-color: rgb(249,0,226); }

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

border-color css

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

 span { border-color: rgb(249,0,226); }

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