Html Css Color HEX #F12BFA Magenta

📋 copy color: '#F12BFA'

red 241 ◦ green 43 ◦ blue 250

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

Shades of Magenta #F12BFA

Tints of Magenta #F12BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.05%

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 45.13%
G = 8.05%
B = 46.82%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F12BFA (or 0xF12BFA) is known color: Magenta. HEX triplet: F1, 2B and FA. RGB value is (241,43,250). Sum of RGB (Red+Green+Blue) = 241+43+250=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 43 (17.19% from 255 or 8.05% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #F12BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12BFA is #0ED405. Grayscale: #7D7D7D. Windows color (decimal): -971782 or 16395249. OLE color: 16395249.

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

Color convert

RGB 241 43 250 -
CMYK 0.04 0.83 0 0.02
HSL 297.39º 0.95% 0.57% -
HSV(B) 297.39º 0.83% 0.98% -
XYZ 54.39 27.33 92.85 -
YUV 125.8 198.1 210.17 -
System Red Green Blue C M Y K H S L
Decimal 241 43 250 0.04 0.83 0 0.02 297.39 0.95 0.57
Hex F1 2B FA 4 53 0 2 129 5F 39
Octal 361 53 372 4 123 0 2 451 137 71
Binary 11110001 101011 11111010 100 1010011 0 10 100101001 1011111 111001

Color Harmonies of #F12BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12BFA

Black with #F12BFA

Text Example


Text Example

White with #F12BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12BFA; }

 p { color: rgb(241,43,250); }

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

background-color css

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

 a { background-color: rgb(241,43,250); }

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

border-color css

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

 span { border-color: rgb(241,43,250); }

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