Html Css Color HEX #F12FFA Magenta

📋 copy color: '#F12FFA'

red 241 ◦ green 47 ◦ blue 250

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

Shades of Magenta #F12FFA

Tints of Magenta #F12FFA

RGB

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

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

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

R = 44.8%
G = 8.74%
B = 46.47%

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

#F12FFA (or 0xF12FFA) is known color: Magenta. HEX triplet: F1, 2F and FA. RGB value is (241,47,250). Sum of RGB (Red+Green+Blue) = 241+47+250=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 47 (18.75% from 255 or 8.74% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #F12FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12FFA is #0ED005. Grayscale: #7F7F7F. Windows color (decimal): -970758 or 16396273. OLE color: 16396273.

HSL color Cylindrical-coordinate representation of color #F12FFA: hue angle of 297.34º degrees, saturation: 0.95, 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 #F12FFA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 47 250 -
CMYK 0.04 0.81 0 0.02
HSL 297.34º 0.95% 0.58% -
HSV(B) 297.34º 0.81% 0.98% -
XYZ 54.55 27.64 92.9 -
YUV 128.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 241 47 250 0.04 0.81 0 0.02 297.34 0.95 0.58
Hex F1 2F FA 4 51 0 2 129 5F 3A
Octal 361 57 372 4 121 0 2 451 137 72
Binary 11110001 101111 11111010 100 1010001 0 10 100101001 1011111 111010

Color Harmonies of #F12FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FFA

Black with #F12FFA

Text Example


Text Example

White with #F12FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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