Html Css Color HEX #F500FB Magenta

📋 copy color: '#F500FB'

red 245 ◦ green 0 ◦ blue 251

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

Shades of Magenta #F500FB

Tints of Magenta #F500FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.4%
G = 0%
B = 50.6%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F500FB (or 0xF500FB) is known color: Magenta. HEX triplet: F5, 00 and FB. RGB value is (245,0,251). Sum of RGB (Red+Green+Blue) = 245+0+251=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 0 (0.39% from 255 or 0% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #F500FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F500FB is #0AFF04. Grayscale: #656565. Windows color (decimal): -720645 or 16449781. OLE color: 16449781.

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

Color convert

RGB 245 0 251 -
CMYK 0.02 1 0 0.02
HSL 298.57º 1% 0.49% -
HSV(B) 298.57º 1% 0.98% -
XYZ 55.07 26.38 93.46 -
YUV 101.87 212.17 230.09 -
System Red Green Blue C M Y K H S L
Decimal 245 0 251 0.02 1 0 0.02 298.57 1 0.49
Hex F5 0 FB 2 64 0 2 12B 64 31
Octal 365 0 373 2 144 0 2 453 144 61
Binary 11110101 0 11111011 10 1100100 0 10 100101011 1100100 110001

Color Harmonies of #F500FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500FB

Black with #F500FB

Text Example


Text Example

White with #F500FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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