Html Css Color HEX #F51FFE Magenta

📋 copy color: '#F51FFE'

red 245 ◦ green 31 ◦ blue 254

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

Shades of Magenta #F51FFE

Tints of Magenta #F51FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 46.23%
G = 5.85%
B = 47.92%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F51FFE (or 0xF51FFE) is known color: Magenta. HEX triplet: F5, 1F and FE. RGB value is (245,31,254). Sum of RGB (Red+Green+Blue) = 245+31+254=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 31 (12.5% from 255 or 5.85% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #F51FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51FFE is #0AE001. Grayscale: #777777. Windows color (decimal): -712706 or 16654325. OLE color: 16654325.

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

Color convert

RGB 245 31 254 -
CMYK 0.04 0.88 0 0.00
HSL 297.58º 0.99% 0.56% -
HSV(B) 297.58º 0.88% 1% -
XYZ 56.04 27.55 96.13 -
YUV 120.41 203.4 216.87 -
System Red Green Blue C M Y K H S L
Decimal 245 31 254 0.04 0.88 0 0.00 297.58 0.99 0.56
Hex F5 1F FE 4 58 0 0 12A 63 38
Octal 365 37 376 4 130 0 0 452 143 70
Binary 11110101 11111 11111110 100 1011000 0 0 100101010 1100011 111000

Color Harmonies of #F51FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51FFE

Black with #F51FFE

Text Example


Text Example

White with #F51FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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