Html Css Color HEX #F51FFC Magenta

📋 copy color: '#F51FFC'

red 245 ◦ green 31 ◦ blue 252

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

Shades of Magenta #F51FFC

Tints of Magenta #F51FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.87%

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 46.4%
G = 5.87%
B = 47.73%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F51FFC (or 0xF51FFC) is known color: Magenta. HEX triplet: F5, 1F and FC. RGB value is (245,31,252). Sum of RGB (Red+Green+Blue) = 245+31+252=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 31 (12.5% from 255 or 5.87% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #F51FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51FFC is #0AE003. Grayscale: #777777. Windows color (decimal): -712708 or 16523253. OLE color: 16523253.

HSL color Cylindrical-coordinate representation of color #F51FFC: hue angle of 298.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51FFC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 31 252 -
CMYK 0.03 0.88 0 0.01
HSL 298.1º 0.97% 0.55% -
HSV(B) 298.1º 0.88% 0.99% -
XYZ 55.72 27.42 94.45 -
YUV 120.18 202.4 217.03 -
System Red Green Blue C M Y K H S L
Decimal 245 31 252 0.03 0.88 0 0.01 298.1 0.97 0.55
Hex F5 1F FC 3 58 0 1 12A 61 37
Octal 365 37 374 3 130 0 1 452 141 67
Binary 11110101 11111 11111100 11 1011000 0 1 100101010 1100001 110111

Color Harmonies of #F51FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51FFC

Black with #F51FFC

Text Example


Text Example

White with #F51FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51FFC; }

 p { color: rgb(245,31,252); }

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

background-color css

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

 a { background-color: rgb(245,31,252); }

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

border-color css

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

 span { border-color: rgb(245,31,252); }

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