Html Css Color HEX #F51EFB Magenta

📋 copy color: '#F51EFB'

red 245 ◦ green 30 ◦ blue 251

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

Shades of Magenta #F51EFB

Tints of Magenta #F51EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.7%

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 46.58%
G = 5.7%
B = 47.72%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F51EFB (or 0xF51EFB) is known color: Magenta. HEX triplet: F5, 1E and FB. RGB value is (245,30,251). Sum of RGB (Red+Green+Blue) = 245+30+251=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 30 (12.11% from 255 or 5.70% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #F51EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51EFB is #0AE104. Grayscale: #767676. Windows color (decimal): -712965 or 16457461. OLE color: 16457461.

HSL color Cylindrical-coordinate representation of color #F51EFB: hue angle of 298.37º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EFB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 30 251 -
CMYK 0.02 0.88 0 0.02
HSL 298.37º 0.97% 0.55% -
HSV(B) 298.37º 0.88% 0.98% -
XYZ 55.53 27.31 93.61 -
YUV 119.48 202.23 217.53 -
System Red Green Blue C M Y K H S L
Decimal 245 30 251 0.02 0.88 0 0.02 298.37 0.97 0.55
Hex F5 1E FB 2 58 0 2 12A 61 37
Octal 365 36 373 2 130 0 2 452 141 67
Binary 11110101 11110 11111011 10 1011000 0 10 100101010 1100001 110111

Color Harmonies of #F51EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51EFB

Black with #F51EFB

Text Example


Text Example

White with #F51EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51EFB; }

 p { color: rgb(245,30,251); }

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

background-color css

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

 a { background-color: rgb(245,30,251); }

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

border-color css

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

 span { border-color: rgb(245,30,251); }

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