Html Css Color HEX #F51CFC Magenta

📋 copy color: '#F51CFC'

red 245 ◦ green 28 ◦ blue 252

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

Shades of Magenta #F51CFC

Tints of Magenta #F51CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.33%

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

R = 46.67%
G = 5.33%
B = 48%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F51CFC (or 0xF51CFC) is known color: Magenta. HEX triplet: F5, 1C and FC. RGB value is (245,28,252). Sum of RGB (Red+Green+Blue) = 245+28+252=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 28 (11.33% from 255 or 5.33% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #F51CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51CFC is #0AE303. Grayscale: #757575. Windows color (decimal): -713476 or 16522485. OLE color: 16522485.

HSL color Cylindrical-coordinate representation of color #F51CFC: 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.89%. Process color model (Four color, CMYK) of #F51CFC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 28 252 -
CMYK 0.03 0.89 0 0.01
HSL 298.13º 0.97% 0.55% -
HSV(B) 298.13º 0.89% 0.99% -
XYZ 55.64 27.27 94.43 -
YUV 118.42 203.39 218.29 -
System Red Green Blue C M Y K H S L
Decimal 245 28 252 0.03 0.89 0 0.01 298.13 0.97 0.55
Hex F5 1C FC 3 59 0 1 12A 61 37
Octal 365 34 374 3 131 0 1 452 141 67
Binary 11110101 11100 11111100 11 1011001 0 1 100101010 1100001 110111

Color Harmonies of #F51CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CFC

Black with #F51CFC

Text Example


Text Example

White with #F51CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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