Html Css Color HEX #F50BFA Magenta

📋 copy color: '#F50BFA'

red 245 ◦ green 11 ◦ blue 250

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

Shades of Magenta #F50BFA

Tints of Magenta #F50BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 48.42%
G = 2.17%
B = 49.41%

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

#F50BFA (or 0xF50BFA) is known color: Magenta. HEX triplet: F5, 0B and FA. RGB value is (245,11,250). Sum of RGB (Red+Green+Blue) = 245+11+250=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 11 (4.69% from 255 or 2.17% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #F50BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50BFA is #0AF405. Grayscale: #6B6B6B. Windows color (decimal): -717830 or 16387061. OLE color: 16387061.

HSL color Cylindrical-coordinate representation of color #F50BFA: hue angle of 298.74º degrees, saturation: 0.96, 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 #F50BFA is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 11 250 -
CMYK 0.02 0.96 0 0.02
HSL 298.74º 0.96% 0.51% -
HSV(B) 298.74º 0.96% 0.98% -
XYZ 55.03 26.55 92.67 -
YUV 108.21 208.02 225.57 -
System Red Green Blue C M Y K H S L
Decimal 245 11 250 0.02 0.96 0 0.02 298.74 0.96 0.51
Hex F5 B FA 2 60 0 2 12B 60 33
Octal 365 13 372 2 140 0 2 453 140 63
Binary 11110101 1011 11111010 10 1100000 0 10 100101011 1100000 110011

Color Harmonies of #F50BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50BFA

Black with #F50BFA

Text Example


Text Example

White with #F50BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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