Html Css Color HEX #F916FA Magenta

📋 copy color: '#F916FA'

red 249 ◦ green 22 ◦ blue 250

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

Shades of Magenta #F916FA

Tints of Magenta #F916FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 47.79%
G = 4.22%
B = 47.98%

CMYK

 C value IS 0.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F916FA (or 0xF916FA) is known color: Magenta. HEX triplet: F9, 16 and FA. RGB value is (249,22,250). Sum of RGB (Red+Green+Blue) = 249+22+250=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 22 (8.98% from 255 or 4.22% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #F916FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F916FA is #06E905. Grayscale: #737373. Windows color (decimal): -452870 or 16389881. OLE color: 16389881.

HSL color Cylindrical-coordinate representation of color #F916FA: hue angle of 299.74º degrees, saturation: 0.96, 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 #F916FA is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 22 250 -
CMYK 0.00 0.91 0 0.02
HSL 299.74º 0.96% 0.53% -
HSV(B) 299.74º 0.91% 0.98% -
XYZ 56.61 27.62 92.79 -
YUV 115.87 203.71 222.96 -
System Red Green Blue C M Y K H S L
Decimal 249 22 250 0.00 0.91 0 0.02 299.74 0.96 0.53
Hex F9 16 FA 0 5B 0 2 12C 60 35
Octal 371 26 372 0 133 0 2 454 140 65
Binary 11111001 10110 11111010 0 1011011 0 10 100101100 1100000 110101

Color Harmonies of #F916FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F916FA

Black with #F916FA

Text Example


Text Example

White with #F916FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F916FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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