#FB0D6C

Color #FB0D6C Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #FB0D6C

Tints of Razzmatazz #FB0D6C

Color information

#FB0D6C (or 0xFB0D6C) is unknown color: approx Razzmatazz. HEX triplet: FB, 0D and 6C. RGB value is (251,13,108). Sum of RGB (Red+Green+Blue) = 251+13+108=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0D6C is #04F293. Grayscale: #5E5E5E. Windows color (decimal): -324244 or 7081467. OLE color: 7081467.

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

Color convert

RGB25113108-
CMYK00.950.570.02
HSL336.05º96.75%51.76%-
HSV(B)336.05º94.82%98.43%-
XYZ42.6321.8816.16-
YUV94.99135.35239.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 67.47%
GREEN value IS 13 (5.47% from 255) = 3.49%
BLUE value IS 108 (42.58% from 255) = 29.03%
R=67.47%
G=3.49%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511310800.950.570.02336.0596.7551.76
HexFBD6C05F3921506134
Octal37315154013771252014164
Binary111110111101110110001011111111001101010100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0D6C; }

 p { color: rgb(251,13,108); }

 H1.HeaderClassName
 {
   color: #FB0D6C;
 }
 .AnyTagClassName
 {
   color: #FB0D6C;
 }
</style>
background-color css

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

 a { background-color: rgb(251,13,108); }

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

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

 span { border-color: rgb(251,13,108); }

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