Html Css Color HEX #F51CFD Magenta

📋 copy color: '#F51CFD'

red 245 ◦ green 28 ◦ blue 253

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

Shades of Magenta #F51CFD

Tints of Magenta #F51CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 46.58%
G = 5.32%
B = 48.1%

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

#F51CFD (or 0xF51CFD) is known color: Magenta. HEX triplet: F5, 1C and FD. RGB value is (245,28,253). Sum of RGB (Red+Green+Blue) = 245+28+253=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 28 (11.33% from 255 or 5.32% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #F51CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51CFD is #0AE302. Grayscale: #757575. Windows color (decimal): -713475 or 16588021. OLE color: 16588021.

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

Color convert

RGB 245 28 253 -
CMYK 0.03 0.89 0 0.01
HSL 297.87º 0.98% 0.55% -
HSV(B) 297.87º 0.89% 0.99% -
XYZ 55.8 27.33 95.26 -
YUV 118.53 203.89 218.2 -
System Red Green Blue C M Y K H S L
Decimal 245 28 253 0.03 0.89 0 0.01 297.87 0.98 0.55
Hex F5 1C FD 3 59 0 1 12A 62 37
Octal 365 34 375 3 131 0 1 452 142 67
Binary 11110101 11100 11111101 11 1011001 0 1 100101010 1100010 110111

Color Harmonies of #F51CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CFD

Black with #F51CFD

Text Example


Text Example

White with #F51CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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