Html Css Color HEX #F51BFC Magenta

📋 copy color: '#F51BFC'

red 245 ◦ green 27 ◦ blue 252

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

Shades of Magenta #F51BFC

Tints of Magenta #F51BFC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.15%

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 46.76%
G = 5.15%
B = 48.09%

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

#F51BFC (or 0xF51BFC) is known color: Magenta. HEX triplet: F5, 1B and FC. RGB value is (245,27,252). Sum of RGB (Red+Green+Blue) = 245+27+252=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 27 (10.94% from 255 or 5.15% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #F51BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51BFC is #0AE403. Grayscale: #757575. Windows color (decimal): -713732 or 16522229. OLE color: 16522229.

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

Color convert

RGB 245 27 252 -
CMYK 0.03 0.89 0 0.01
HSL 298.13º 0.97% 0.55% -
HSV(B) 298.13º 0.89% 0.99% -
XYZ 55.62 27.22 94.42 -
YUV 117.83 203.72 218.7 -
System Red Green Blue C M Y K H S L
Decimal 245 27 252 0.03 0.89 0 0.01 298.13 0.97 0.55
Hex F5 1B FC 3 59 0 1 12A 61 37
Octal 365 33 374 3 131 0 1 452 141 67
Binary 11110101 11011 11111100 11 1011001 0 1 100101010 1100001 110111

Color Harmonies of #F51BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51BFC

Black with #F51BFC

Text Example


Text Example

White with #F51BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51BFC; }

 p { color: rgb(245,27,252); }

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

background-color css

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

 a { background-color: rgb(245,27,252); }

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

border-color css

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

 span { border-color: rgb(245,27,252); }

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