Html Css Color HEX #FB0064 Razzmatazz

📋 copy color: '#FB0064'

red 251 ◦ green 0 ◦ blue 100

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

Shades of Razzmatazz #FB0064

Tints of Razzmatazz #FB0064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 71.51%
G = 0%
B = 28.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB0064 (or 0xFB0064) is known color: Razzmatazz. HEX triplet: FB, 00 and 64. RGB value is (251,0,100). Sum of RGB (Red+Green+Blue) = 251+0+100=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0064 is #04FF9B. Grayscale: #565656. Windows color (decimal): -327580 or 6553851. OLE color: 6553851.

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

Color convert

RGB 251 0 100 -
CMYK 0 1 0.60 0.02
HSL 336.1º 1% 0.49% -
HSV(B) 336.1º 1% 0.98% -
XYZ 42.08 21.43 13.97 -
YUV 86.45 135.66 245.37 -
System Red Green Blue C M Y K H S L
Decimal 251 0 100 0 1 0.60 0.02 336.1 1 0.49
Hex FB 0 64 0 64 3C 2 150 64 31
Octal 373 0 144 0 144 74 2 520 144 61
Binary 11111011 0 1100100 0 1100100 111100 10 101010000 1100100 110001

Color Harmonies of #FB0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0064

Black with #FB0064

Text Example


Text Example

White with #FB0064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0064; }

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

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

background-color css

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

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

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

border-color css

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

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

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