Html Css Color HEX #FA12F7 Magenta

📋 copy color: '#FA12F7'

red 250 ◦ green 18 ◦ blue 247

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

Shades of Magenta #FA12F7

Tints of Magenta #FA12F7

RGB

 RED value IS 250 (98.05% from 255) = 48.54%

 GREEN value IS 18 (7.42% from 255) = 3.5%

 BLUE value IS 247 (96.88% from 255) = 47.96%

R = 48.54%
G = 3.5%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA12F7 (or 0xFA12F7) is known color: Magenta. HEX triplet: FA, 12 and F7. RGB value is (250,18,247). Sum of RGB (Red+Green+Blue) = 250+18+247=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 18 (7.42% from 255 or 3.50% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA12F7 is #05ED08. Grayscale: #707070. Windows color (decimal): -388361 or 16192250. OLE color: 16192250.

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

Color convert

RGB 250 18 247 -
CMYK 0 0.93 0.01 0.02
HSL 300.78º 0.96% 0.53% -
HSV(B) 300.78º 0.93% 0.98% -
XYZ 56.43 27.47 90.32 -
YUV 113.47 203.36 225.38 -
System Red Green Blue C M Y K H S L
Decimal 250 18 247 0 0.93 0.01 0.02 300.78 0.96 0.53
Hex FA 12 F7 0 5D 1 2 12D 60 35
Octal 372 22 367 0 135 1 2 455 140 65
Binary 11111010 10010 11110111 0 1011101 1 10 100101101 1100000 110101

Color Harmonies of #FA12F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12F7

Black with #FA12F7

Text Example


Text Example

White with #FA12F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12F7; }

 p { color: rgb(250,18,247); }

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

background-color css

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

 a { background-color: rgb(250,18,247); }

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

border-color css

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

 span { border-color: rgb(250,18,247); }

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