Html Css Color HEX #F512F6 Magenta

📋 copy color: '#F512F6'

red 245 ◦ green 18 ◦ blue 246

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

Shades of Magenta #F512F6

Tints of Magenta #F512F6

RGB

 RED value IS 245 (96.09% from 255) = 48.13%

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

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 48.13%
G = 3.54%
B = 48.33%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F512F6 (or 0xF512F6) is known color: Magenta. HEX triplet: F5, 12 and F6. RGB value is (245,18,246). Sum of RGB (Red+Green+Blue) = 245+18+246=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 18 (7.42% from 255 or 3.54% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #F512F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512F6 is #0AED09. Grayscale: #6F6F6F. Windows color (decimal): -716042 or 16126709. OLE color: 16126709.

HSL color Cylindrical-coordinate representation of color #F512F6: hue angle of 299.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512F6 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 18 246 -
CMYK 0.00 0.93 0 0.04
HSL 299.74º 0.93% 0.52% -
HSV(B) 299.74º 0.93% 0.96% -
XYZ 54.51 26.5 89.43 -
YUV 111.87 203.71 222.96 -
System Red Green Blue C M Y K H S L
Decimal 245 18 246 0.00 0.93 0 0.04 299.74 0.93 0.52
Hex F5 12 F6 0 5D 0 4 12C 5D 34
Octal 365 22 366 0 135 0 4 454 135 64
Binary 11110101 10010 11110110 0 1011101 0 100 100101100 1011101 110100

Color Harmonies of #F512F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512F6

Black with #F512F6

Text Example


Text Example

White with #F512F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512F6; }

 p { color: rgb(245,18,246); }

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

background-color css

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

 a { background-color: rgb(245,18,246); }

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

border-color css

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

 span { border-color: rgb(245,18,246); }

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