Html Css Color HEX #FB0072 Razzmatazz

📋 copy color: '#FB0072'

red 251 ◦ green 0 ◦ blue 114

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

Shades of Razzmatazz #FB0072

Tints of Razzmatazz #FB0072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 68.77%
G = 0%
B = 31.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB0072 (or 0xFB0072) is known color: Razzmatazz. HEX triplet: FB, 00 and 72. RGB value is (251,0,114). Sum of RGB (Red+Green+Blue) = 251+0+114=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0072 is #04FF8D. Grayscale: #575757. Windows color (decimal): -327566 or 7471355. OLE color: 7471355.

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

Color convert

RGB 251 0 114 -
CMYK 0 1 0.55 0.02
HSL 332.75º 1% 0.49% -
HSV(B) 332.75º 1% 0.98% -
XYZ 42.82 21.72 17.86 -
YUV 88.05 142.66 244.23 -
System Red Green Blue C M Y K H S L
Decimal 251 0 114 0 1 0.55 0.02 332.75 1 0.49
Hex FB 0 72 0 64 37 2 14D 64 31
Octal 373 0 162 0 144 67 2 515 144 61
Binary 11111011 0 1110010 0 1100100 110111 10 101001101 1100100 110001

Color Harmonies of #FB0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0072

Black with #FB0072

Text Example


Text Example

White with #FB0072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0072; }

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

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

background-color css

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

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

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

border-color css

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

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

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