Html Css Color HEX #F51DFC Magenta

📋 copy color: '#F51DFC'

red 245 ◦ green 29 ◦ blue 252

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

Shades of Magenta #F51DFC

Tints of Magenta #F51DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.51%

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

R = 46.58%
G = 5.51%
B = 47.91%

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

#F51DFC (or 0xF51DFC) is known color: Magenta. HEX triplet: F5, 1D and FC. RGB value is (245,29,252). Sum of RGB (Red+Green+Blue) = 245+29+252=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 29 (11.72% from 255 or 5.51% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #F51DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51DFC is #0AE203. Grayscale: #767676. Windows color (decimal): -713220 or 16522741. OLE color: 16522741.

HSL color Cylindrical-coordinate representation of color #F51DFC: hue angle of 298.12º 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 #F51DFC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 29 252 -
CMYK 0.03 0.88 0 0.01
HSL 298.12º 0.97% 0.55% -
HSV(B) 298.12º 0.88% 0.99% -
XYZ 55.67 27.32 94.43 -
YUV 119.01 203.06 217.87 -
System Red Green Blue C M Y K H S L
Decimal 245 29 252 0.03 0.88 0 0.01 298.12 0.97 0.55
Hex F5 1D FC 3 58 0 1 12A 61 37
Octal 365 35 374 3 130 0 1 452 141 67
Binary 11110101 11101 11111100 11 1011000 0 1 100101010 1100001 110111

Color Harmonies of #F51DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51DFC

Black with #F51DFC

Text Example


Text Example

White with #F51DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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