Html Css Color HEX #F12DFF Magenta

📋 copy color: '#F12DFF'

red 241 ◦ green 45 ◦ blue 255

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

Shades of Magenta #F12DFF

Tints of Magenta #F12DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.32%

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

R = 44.55%
G = 8.32%
B = 47.13%

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

#F12DFF (or 0xF12DFF) is known color: Magenta. HEX triplet: F1, 2D and FF. RGB value is (241,45,255). Sum of RGB (Red+Green+Blue) = 241+45+255=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 45 (17.97% from 255 or 8.32% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #F12DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12DFF is #0ED200. Grayscale: #7E7E7E. Windows color (decimal): -971265 or 16723441. OLE color: 16723441.

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

Color convert

RGB 241 45 255 -
CMYK 0.05 0.82 0 0
HSL 296º 1% 0.59% -
HSV(B) 296º 0.82% 1% -
XYZ 55.26 27.8 97.06 -
YUV 127.54 199.93 208.92 -
System Red Green Blue C M Y K H S L
Decimal 241 45 255 0.05 0.82 0 0 296 1 0.59
Hex F1 2D FF 5 52 0 0 128 64 3B
Octal 361 55 377 5 122 0 0 450 144 73
Binary 11110001 101101 11111111 101 1010010 0 0 100101000 1100100 111011

Color Harmonies of #F12DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DFF

Black with #F12DFF

Text Example


Text Example

White with #F12DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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