Html Css Color HEX #F51CFF Magenta

📋 copy color: '#F51CFF'

red 245 ◦ green 28 ◦ blue 255

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

Shades of Magenta #F51CFF

Tints of Magenta #F51CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 46.4%
G = 5.3%
B = 48.3%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F51CFF (or 0xF51CFF) is known color: Magenta. HEX triplet: F5, 1C and FF. RGB value is (245,28,255). Sum of RGB (Red+Green+Blue) = 245+28+255=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 28 (11.33% from 255 or 5.30% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #F51CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51CFF is #0AE300. Grayscale: #767676. Windows color (decimal): -713473 or 16719093. OLE color: 16719093.

HSL color Cylindrical-coordinate representation of color #F51CFF: hue angle of 297.36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CFF is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 28 255 -
CMYK 0.04 0.89 0 0
HSL 297.36º 1% 0.55% -
HSV(B) 297.36º 0.89% 1% -
XYZ 56.12 27.46 96.95 -
YUV 118.76 204.89 218.04 -
System Red Green Blue C M Y K H S L
Decimal 245 28 255 0.04 0.89 0 0 297.36 1 0.55
Hex F5 1C FF 4 59 0 0 129 64 37
Octal 365 34 377 4 131 0 0 451 144 67
Binary 11110101 11100 11111111 100 1011001 0 0 100101001 1100100 110111

Color Harmonies of #F51CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CFF

Black with #F51CFF

Text Example


Text Example

White with #F51CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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