Html Css Color HEX #F12CF7 Magenta

📋 copy color: '#F12CF7'

red 241 ◦ green 44 ◦ blue 247

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

Shades of Magenta #F12CF7

Tints of Magenta #F12CF7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.27%

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

R = 45.3%
G = 8.27%
B = 46.43%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F12CF7 (or 0xF12CF7) is known color: Magenta. HEX triplet: F1, 2C and F7. RGB value is (241,44,247). Sum of RGB (Red+Green+Blue) = 241+44+247=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 44 (17.58% from 255 or 8.27% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #F12CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12CF7 is #0ED308. Grayscale: #7D7D7D. Windows color (decimal): -971529 or 16198897. OLE color: 16198897.

HSL color Cylindrical-coordinate representation of color #F12CF7: hue angle of 298.23º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12CF7 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 44 247 -
CMYK 0.02 0.82 0 0.03
HSL 298.23º 0.93% 0.57% -
HSV(B) 298.23º 0.82% 0.97% -
XYZ 53.96 27.22 90.4 -
YUV 126.05 196.27 209.99 -
System Red Green Blue C M Y K H S L
Decimal 241 44 247 0.02 0.82 0 0.03 298.23 0.93 0.57
Hex F1 2C F7 2 52 0 3 12A 5D 39
Octal 361 54 367 2 122 0 3 452 135 71
Binary 11110001 101100 11110111 10 1010010 0 11 100101010 1011101 111001

Color Harmonies of #F12CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CF7

Black with #F12CF7

Text Example


Text Example

White with #F12CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CF7; }

 p { color: rgb(241,44,247); }

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

background-color css

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

 a { background-color: rgb(241,44,247); }

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

border-color css

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

 span { border-color: rgb(241,44,247); }

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