Html Css Color HEX #F512F9 Magenta

📋 copy color: '#F512F9'

red 245 ◦ green 18 ◦ blue 249

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

Shades of Magenta #F512F9

Tints of Magenta #F512F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 47.85%
G = 3.52%
B = 48.63%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F512F9 (or 0xF512F9) is known color: Magenta. HEX triplet: F5, 12 and F9. RGB value is (245,18,249). Sum of RGB (Red+Green+Blue) = 245+18+249=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 18 (7.42% from 255 or 3.52% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #F512F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512F9 is #0AED06. Grayscale: #6F6F6F. Windows color (decimal): -716039 or 16323317. OLE color: 16323317.

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

Color convert

RGB 245 18 249 -
CMYK 0.02 0.93 0 0.02
HSL 298.96º 0.95% 0.52% -
HSV(B) 298.96º 0.93% 0.98% -
XYZ 54.97 26.68 91.88 -
YUV 112.21 205.21 222.72 -
System Red Green Blue C M Y K H S L
Decimal 245 18 249 0.02 0.93 0 0.02 298.96 0.95 0.52
Hex F5 12 F9 2 5D 0 2 12B 5F 34
Octal 365 22 371 2 135 0 2 453 137 64
Binary 11110101 10010 11111001 10 1011101 0 10 100101011 1011111 110100

Color Harmonies of #F512F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512F9

Black with #F512F9

Text Example


Text Example

White with #F512F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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