Html Css Color HEX #F512FB Magenta

📋 copy color: '#F512FB'

red 245 ◦ green 18 ◦ blue 251

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

Shades of Magenta #F512FB

Tints of Magenta #F512FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 47.67%
G = 3.5%
B = 48.83%

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

#F512FB (or 0xF512FB) is known color: Magenta. HEX triplet: F5, 12 and FB. RGB value is (245,18,251). Sum of RGB (Red+Green+Blue) = 245+18+251=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 18 (7.42% from 255 or 3.50% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #F512FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512FB is #0AED04. Grayscale: #6F6F6F. Windows color (decimal): -716037 or 16454389. OLE color: 16454389.

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

Color convert

RGB 245 18 251 -
CMYK 0.02 0.93 0 0.02
HSL 298.45º 0.97% 0.53% -
HSV(B) 298.45º 0.93% 0.98% -
XYZ 55.29 26.81 93.53 -
YUV 112.44 206.21 222.55 -
System Red Green Blue C M Y K H S L
Decimal 245 18 251 0.02 0.93 0 0.02 298.45 0.97 0.53
Hex F5 12 FB 2 5D 0 2 12A 61 35
Octal 365 22 373 2 135 0 2 452 141 65
Binary 11110101 10010 11111011 10 1011101 0 10 100101010 1100001 110101

Color Harmonies of #F512FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512FB

Black with #F512FB

Text Example


Text Example

White with #F512FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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