Html Css Color HEX #F50DFB Magenta

📋 copy color: '#F50DFB'

red 245 ◦ green 13 ◦ blue 251

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

Shades of Magenta #F50DFB

Tints of Magenta #F50DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.55%

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

R = 48.13%
G = 2.55%
B = 49.31%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F50DFB (or 0xF50DFB) is known color: Magenta. HEX triplet: F5, 0D and FB. RGB value is (245,13,251). Sum of RGB (Red+Green+Blue) = 245+13+251=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 13 (5.47% from 255 or 2.55% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #F50DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50DFB is #0AF204. Grayscale: #6C6C6C. Windows color (decimal): -717317 or 16453109. OLE color: 16453109.

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

Color convert

RGB 245 13 251 -
CMYK 0.02 0.95 0 0.02
HSL 298.49º 0.97% 0.52% -
HSV(B) 298.49º 0.95% 0.98% -
XYZ 55.21 26.67 93.5 -
YUV 109.5 207.86 224.65 -
System Red Green Blue C M Y K H S L
Decimal 245 13 251 0.02 0.95 0 0.02 298.49 0.97 0.52
Hex F5 D FB 2 5F 0 2 12A 61 34
Octal 365 15 373 2 137 0 2 452 141 64
Binary 11110101 1101 11111011 10 1011111 0 10 100101010 1100001 110100

Color Harmonies of #F50DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DFB

Black with #F50DFB

Text Example


Text Example

White with #F50DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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