Html Css Color HEX #F51FFD Magenta

📋 copy color: '#F51FFD'

red 245 ◦ green 31 ◦ blue 253

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

Shades of Magenta #F51FFD

Tints of Magenta #F51FFD

RGB

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

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

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

R = 46.31%
G = 5.86%
B = 47.83%

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

#F51FFD (or 0xF51FFD) is known color: Magenta. HEX triplet: F5, 1F and FD. RGB value is (245,31,253). Sum of RGB (Red+Green+Blue) = 245+31+253=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 31 (12.5% from 255 or 5.86% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #F51FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51FFD is #0AE002. Grayscale: #777777. Windows color (decimal): -712707 or 16588789. OLE color: 16588789.

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

Color convert

RGB 245 31 253 -
CMYK 0.03 0.88 0 0.01
HSL 297.84º 0.98% 0.56% -
HSV(B) 297.84º 0.88% 0.99% -
XYZ 55.88 27.48 95.29 -
YUV 120.29 202.9 216.95 -
System Red Green Blue C M Y K H S L
Decimal 245 31 253 0.03 0.88 0 0.01 297.84 0.98 0.56
Hex F5 1F FD 3 58 0 1 12A 62 38
Octal 365 37 375 3 130 0 1 452 142 70
Binary 11110101 11111 11111101 11 1011000 0 1 100101010 1100010 111000

Color Harmonies of #F51FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51FFD

Black with #F51FFD

Text Example


Text Example

White with #F51FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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