Html Css Color HEX #F916E5 Hot Magenta

📋 copy color: '#F916E5'

red 249 ◦ green 22 ◦ blue 229

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

Shades of Hot Magenta #F916E5

Tints of Hot Magenta #F916E5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.4%

 BLUE value IS 229 (89.84% from 255) = 45.8%

R = 49.8%
G = 4.4%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F916E5 (or 0xF916E5) is known color: Hot Magenta. HEX triplet: F9, 16 and E5. RGB value is (249,22,229). Sum of RGB (Red+Green+Blue) = 249+22+229=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 22 (8.98% from 255 or 4.4% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F916E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F916E5 is #06E91A. Grayscale: #707070. Windows color (decimal): -452891 or 15013625. OLE color: 15013625.

HSL color Cylindrical-coordinate representation of color #F916E5: hue angle of 305.29º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F916E5 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 22 229 -
CMYK 0 0.91 0.08 0.02
HSL 305.29º 0.95% 0.53% -
HSV(B) 305.29º 0.91% 0.98% -
XYZ 53.5 26.37 76.4 -
YUV 113.47 193.21 224.67 -
System Red Green Blue C M Y K H S L
Decimal 249 22 229 0 0.91 0.08 0.02 305.29 0.95 0.53
Hex F9 16 E5 0 5B 8 2 131 5F 35
Octal 371 26 345 0 133 10 2 461 137 65
Binary 11111001 10110 11100101 0 1011011 1000 10 100110001 1011111 110101

Color Harmonies of #F916E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F916E5

Black with #F916E5

Text Example


Text Example

White with #F916E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F916E5; }

 p { color: rgb(249,22,229); }

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

background-color css

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

 a { background-color: rgb(249,22,229); }

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

border-color css

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

 span { border-color: rgb(249,22,229); }

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