Html Css Color HEX #F911F8 Magenta

📋 copy color: '#F911F8'

red 249 ◦ green 17 ◦ blue 248

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

Shades of Magenta #F911F8

Tints of Magenta #F911F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.25%

R = 48.44%
G = 3.31%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#F911F8 (or 0xF911F8) is known color: Magenta. HEX triplet: F9, 11 and F8. RGB value is (249,17,248). Sum of RGB (Red+Green+Blue) = 249+17+248=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 17 (7.03% from 255 or 3.31% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F911F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F911F8 is #06EE07. Grayscale: #707070. Windows color (decimal): -454152 or 16257529. OLE color: 16257529.

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

Color convert

RGB 249 17 248 -
CMYK 0 0.93 0.00 0.02
HSL 300.26º 0.95% 0.52% -
HSV(B) 300.26º 0.93% 0.98% -
XYZ 56.21 27.32 91.12 -
YUV 112.7 204.36 225.22 -
System Red Green Blue C M Y K H S L
Decimal 249 17 248 0 0.93 0.00 0.02 300.26 0.95 0.52
Hex F9 11 F8 0 5D 0 2 12C 5F 34
Octal 371 21 370 0 135 0 2 454 137 64
Binary 11111001 10001 11111000 0 1011101 0 10 100101100 1011111 110100

Color Harmonies of #F911F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911F8

Black with #F911F8

Text Example


Text Example

White with #F911F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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