Html Css Color HEX #FF12F9 Magenta

📋 copy color: '#FF12F9'

red 255 ◦ green 18 ◦ blue 249

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

Shades of Magenta #FF12F9

Tints of Magenta #FF12F9

RGB

 RED value IS 255 (100% from 255) = 48.85%

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

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

R = 48.85%
G = 3.45%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF12F9 (or 0xFF12F9) is known color: Magenta. HEX triplet: FF, 12 and F9. RGB value is (255,18,249). Sum of RGB (Red+Green+Blue) = 255+18+249=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 18 (7.42% from 255 or 3.45% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12F9 is #00ED06. Grayscale: #727272. Windows color (decimal): -60679 or 16323327. OLE color: 16323327.

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

Color convert

RGB 255 18 249 -
CMYK 0 0.93 0.02 0
HSL 301.52º 1% 0.54% -
HSV(B) 301.52º 0.93% 1% -
XYZ 58.56 28.53 92.04 -
YUV 115.2 203.52 227.72 -
System Red Green Blue C M Y K H S L
Decimal 255 18 249 0 0.93 0.02 0 301.52 1 0.54
Hex FF 12 F9 0 5D 2 0 12E 64 36
Octal 377 22 371 0 135 2 0 456 144 66
Binary 11111111 10010 11111001 0 1011101 10 0 100101110 1100100 110110

Color Harmonies of #FF12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12F9

Black with #FF12F9

Text Example


Text Example

White with #FF12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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