Html Css Color HEX #F50BFB Magenta

📋 copy color: '#F50BFB'

red 245 ◦ green 11 ◦ blue 251

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

Shades of Magenta #F50BFB

Tints of Magenta #F50BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.17%

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

R = 48.32%
G = 2.17%
B = 49.51%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F50BFB (or 0xF50BFB) is known color: Magenta. HEX triplet: F5, 0B and FB. RGB value is (245,11,251). Sum of RGB (Red+Green+Blue) = 245+11+251=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 11 (4.69% from 255 or 2.17% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #F50BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50BFB is #0AF404. Grayscale: #6B6B6B. Windows color (decimal): -717829 or 16452597. OLE color: 16452597.

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

Color convert

RGB 245 11 251 -
CMYK 0.02 0.96 0 0.02
HSL 298.5º 0.97% 0.51% -
HSV(B) 298.5º 0.96% 0.98% -
XYZ 55.19 26.62 93.5 -
YUV 108.33 208.52 225.49 -
System Red Green Blue C M Y K H S L
Decimal 245 11 251 0.02 0.96 0 0.02 298.5 0.97 0.51
Hex F5 B FB 2 60 0 2 12A 61 33
Octal 365 13 373 2 140 0 2 452 141 63
Binary 11110101 1011 11111011 10 1100000 0 10 100101010 1100001 110011

Color Harmonies of #F50BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50BFB

Black with #F50BFB

Text Example


Text Example

White with #F50BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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