Html Css Color HEX #F12FFF Magenta

📋 copy color: '#F12FFF'

red 241 ◦ green 47 ◦ blue 255

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

Shades of Magenta #F12FFF

Tints of Magenta #F12FFF

RGB

 RED value IS 241 (94.53% from 255) = 44.38%

 GREEN value IS 47 (18.75% from 255) = 8.66%

 BLUE value IS 255 (100% from 255) = 46.96%

R = 44.38%
G = 8.66%
B = 46.96%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F12FFF (or 0xF12FFF) is known color: Magenta. HEX triplet: F1, 2F and FF. RGB value is (241,47,255). Sum of RGB (Red+Green+Blue) = 241+47+255=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 47 (18.75% from 255 or 8.66% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #F12FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12FFF is #0ED000. Grayscale: #808080. Windows color (decimal): -970753 or 16723953. OLE color: 16723953.

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

Color convert

RGB 241 47 255 -
CMYK 0.05 0.82 0 0
HSL 295.96º 1% 0.59% -
HSV(B) 295.96º 0.82% 1% -
XYZ 55.34 27.95 97.09 -
YUV 128.72 199.27 208.09 -
System Red Green Blue C M Y K H S L
Decimal 241 47 255 0.05 0.82 0 0 295.96 1 0.59
Hex F1 2F FF 5 52 0 0 128 64 3B
Octal 361 57 377 5 122 0 0 450 144 73
Binary 11110001 101111 11111111 101 1010010 0 0 100101000 1100100 111011

Color Harmonies of #F12FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FFF

Black with #F12FFF

Text Example


Text Example

White with #F12FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FFF; }

 p { color: rgb(241,47,255); }

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

background-color css

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

 a { background-color: rgb(241,47,255); }

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

border-color css

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

 span { border-color: rgb(241,47,255); }

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