Html Css Color HEX #F916FF Magenta

📋 copy color: '#F916FF'

red 249 ◦ green 22 ◦ blue 255

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

Shades of Magenta #F916FF

Tints of Magenta #F916FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 47.34%
G = 4.18%
B = 48.48%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F916FF (or 0xF916FF) is known color: Magenta. HEX triplet: F9, 16 and FF. RGB value is (249,22,255). Sum of RGB (Red+Green+Blue) = 249+22+255=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 22 (8.98% from 255 or 4.18% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #F916FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F916FF is #06E900. Grayscale: #737373. Windows color (decimal): -452865 or 16717561. OLE color: 16717561.

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

Color convert

RGB 249 22 255 -
CMYK 0.02 0.91 0 0
HSL 298.45º 1% 0.54% -
HSV(B) 298.45º 0.91% 1% -
XYZ 57.4 27.93 96.97 -
YUV 116.44 206.21 222.55 -
System Red Green Blue C M Y K H S L
Decimal 249 22 255 0.02 0.91 0 0 298.45 1 0.54
Hex F9 16 FF 2 5B 0 0 12A 64 36
Octal 371 26 377 2 133 0 0 452 144 66
Binary 11111001 10110 11111111 10 1011011 0 0 100101010 1100100 110110

Color Harmonies of #F916FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F916FF

Black with #F916FF

Text Example


Text Example

White with #F916FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F916FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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