#FB0D4C

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

Shades of Torch Red #FB0D4C

Tints of Torch Red #FB0D4C

Color information

#FB0D4C (or 0xFB0D4C) is unknown color: approx Torch Red. HEX triplet: FB, 0D and 4C. RGB value is (251,13,76). Sum of RGB (Red+Green+Blue) = 251+13+76=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0D4C is #04F2B3. Grayscale: #5B5B5B. Windows color (decimal): -324276 or 4984315. OLE color: 4984315.

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

Color convert

RGB2511376-
CMYK00.950.700.02
HSL344.12º96.75%51.76%-
HSV(B)344.12º94.82%98.43%-
XYZ41.2321.328.78-
YUV91.34119.35241.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 73.82%
GREEN value IS 13 (5.47% from 255) = 3.82%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=73.82%
G=3.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251137600.950.700.02344.1296.7551.76
HexFBD4C05F4621586134
Octal373151140137106253014164
Binary1111101111011001100010111111000110101010110001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0D4C; }

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

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

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

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

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

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

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

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