Html Css Color HEX #F911FC Magenta

📋 copy color: '#F911FC'

red 249 ◦ green 17 ◦ blue 252

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

Shades of Magenta #F911FC

Tints of Magenta #F911FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.28%

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 48.07%
G = 3.28%
B = 48.65%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F911FC (or 0xF911FC) is known color: Magenta. HEX triplet: F9, 11 and FC. RGB value is (249,17,252). Sum of RGB (Red+Green+Blue) = 249+17+252=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 17 (7.03% from 255 or 3.28% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #F911FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F911FC is #06EE03. Grayscale: #707070. Windows color (decimal): -454148 or 16519673. OLE color: 16519673.

HSL color Cylindrical-coordinate representation of color #F911FC: hue angle of 299.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F911FC is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 17 252 -
CMYK 0.01 0.93 0 0.01
HSL 299.23º 0.98% 0.53% -
HSV(B) 299.23º 0.93% 0.99% -
XYZ 56.84 27.57 94.42 -
YUV 113.16 206.36 224.89 -
System Red Green Blue C M Y K H S L
Decimal 249 17 252 0.01 0.93 0 0.01 299.23 0.98 0.53
Hex F9 11 FC 1 5D 0 1 12B 62 35
Octal 371 21 374 1 135 0 1 453 142 65
Binary 11111001 10001 11111100 1 1011101 0 1 100101011 1100010 110101

Color Harmonies of #F911FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911FC

Black with #F911FC

Text Example


Text Example

White with #F911FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911FC; }

 p { color: rgb(249,17,252); }

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

background-color css

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

 a { background-color: rgb(249,17,252); }

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

border-color css

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

 span { border-color: rgb(249,17,252); }

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