Html Css Color HEX #F918E2 Hot Magenta

📋 copy color: '#F918E2'

red 249 ◦ green 24 ◦ blue 226

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

Shades of Hot Magenta #F918E2

Tints of Hot Magenta #F918E2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.81%

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

R = 49.9%
G = 4.81%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F918E2 (or 0xF918E2) is known color: Hot Magenta. HEX triplet: F9, 18 and E2. RGB value is (249,24,226). Sum of RGB (Red+Green+Blue) = 249+24+226=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F918E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918E2 is #06E71D. Grayscale: #717171. Windows color (decimal): -452382 or 14817529. OLE color: 14817529.

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

Color convert

RGB 249 24 226 -
CMYK 0 0.90 0.09 0.02
HSL 306.13º 0.95% 0.54% -
HSV(B) 306.13º 0.9% 0.98% -
XYZ 53.12 26.28 74.23 -
YUV 114.3 191.04 224.07 -
System Red Green Blue C M Y K H S L
Decimal 249 24 226 0 0.90 0.09 0.02 306.13 0.95 0.54
Hex F9 18 E2 0 5A 9 2 132 5F 36
Octal 371 30 342 0 132 11 2 462 137 66
Binary 11111001 11000 11100010 0 1011010 1001 10 100110010 1011111 110110

Color Harmonies of #F918E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918E2

Black with #F918E2

Text Example


Text Example

White with #F918E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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