Html Css Color HEX #F12FFB Magenta

📋 copy color: '#F12FFB'

red 241 ◦ green 47 ◦ blue 251

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

Shades of Magenta #F12FFB

Tints of Magenta #F12FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 44.71%
G = 8.72%
B = 46.57%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F12FFB (or 0xF12FFB) is known color: Magenta. HEX triplet: F1, 2F and FB. RGB value is (241,47,251). Sum of RGB (Red+Green+Blue) = 241+47+251=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 47 (18.75% from 255 or 8.72% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #F12FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12FFB is #0ED004. Grayscale: #7F7F7F. Windows color (decimal): -970757 or 16461809. OLE color: 16461809.

HSL color Cylindrical-coordinate representation of color #F12FFB: hue angle of 297.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12FFB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 47 251 -
CMYK 0.04 0.81 0 0.02
HSL 297.06º 0.96% 0.58% -
HSV(B) 297.06º 0.81% 0.98% -
XYZ 54.7 27.7 93.73 -
YUV 128.26 197.27 208.41 -
System Red Green Blue C M Y K H S L
Decimal 241 47 251 0.04 0.81 0 0.02 297.06 0.96 0.58
Hex F1 2F FB 4 51 0 2 129 60 3A
Octal 361 57 373 4 121 0 2 451 140 72
Binary 11110001 101111 11111011 100 1010001 0 10 100101001 1100000 111010

Color Harmonies of #F12FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FFB

Black with #F12FFB

Text Example


Text Example

White with #F12FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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