Html Css Color HEX #F912F9 Magenta

📋 copy color: '#F912F9'

red 249 ◦ green 18 ◦ blue 249

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

Shades of Magenta #F912F9

Tints of Magenta #F912F9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.49%

 BLUE value IS 249 (97.66% from 255) = 48.26%

R = 48.26%
G = 3.49%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F912F9 (or 0xF912F9) is known color: Magenta. HEX triplet: F9, 12 and F9. RGB value is (249,18,249). Sum of RGB (Red+Green+Blue) = 249+18+249=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 18 (7.42% from 255 or 3.49% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F912F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F912F9 is #06ED06. Grayscale: #707070. Windows color (decimal): -453895 or 16323321. OLE color: 16323321.

HSL color Cylindrical-coordinate representation of color #F912F9: hue angle of 300º 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 #F912F9 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 249 -
CMYK 0 0.93 0 0.02
HSL 300º 0.95% 0.52% -
HSV(B) 300º 0.93% 0.98% -
XYZ 56.38 27.41 91.94 -
YUV 113.4 204.53 224.72 -
System Red Green Blue C M Y K H S L
Decimal 249 18 249 0 0.93 0 0.02 300 0.95 0.52
Hex F9 12 F9 0 5D 0 2 12C 5F 34
Octal 371 22 371 0 135 0 2 454 137 64
Binary 11111001 10010 11111001 0 1011101 0 10 100101100 1011111 110100

Color Harmonies of #F912F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912F9

Black with #F912F9

Text Example


Text Example

White with #F912F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912F9; }

 p { color: rgb(249,18,249); }

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

background-color css

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

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

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

border-color css

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

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

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