Html Css Color HEX #FB00C5 Hot Magenta

📋 copy color: '#FB00C5'

red 251 ◦ green 0 ◦ blue 197

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

Shades of Hot Magenta #FB00C5

Tints of Hot Magenta #FB00C5

RGB

 RED value IS 251 (98.44% from 255) = 56.03%

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

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 56.03%
G = 0%
B = 43.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB00C5 (or 0xFB00C5) is known color: Hot Magenta. HEX triplet: FB, 00 and C5. RGB value is (251,0,197). Sum of RGB (Red+Green+Blue) = 251+0+197=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00C5 is #04FF3A. Grayscale: #606060. Windows color (decimal): -327483 or 12910843. OLE color: 12910843.

HSL color Cylindrical-coordinate representation of color #FB00C5: hue angle of 312.91º 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 #FB00C5 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 0 197 -
CMYK 0 1 0.22 0.02
HSL 312.91º 1% 0.49% -
HSV(B) 312.91º 1% 0.98% -
XYZ 49.86 24.54 54.93 -
YUV 97.51 184.16 237.48 -
System Red Green Blue C M Y K H S L
Decimal 251 0 197 0 1 0.22 0.02 312.91 1 0.49
Hex FB 0 C5 0 64 16 2 139 64 31
Octal 373 0 305 0 144 26 2 471 144 61
Binary 11111011 0 11000101 0 1100100 10110 10 100111001 1100100 110001

Color Harmonies of #FB00C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00C5

Black with #FB00C5

Text Example


Text Example

White with #FB00C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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