#FB3374

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

Shades of Radical Red #FB3374

Tints of Radical Red #FB3374

Color information

#FB3374 (or 0xFB3374) is unknown color: approx Radical Red. HEX triplet: FB, 33 and 74. RGB value is (251,51,116). Sum of RGB (Red+Green+Blue) = 251+51+116=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3374 is #04CC8B. Grayscale: #767676. Windows color (decimal): -314508 or 7615483. OLE color: 7615483.

HSL color Cylindrical-coordinate representation of color #FB3374: hue angle of 340.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3374 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB25151116-
CMYK00.800.540.02
HSL340.5º96.15%59.22%-
HSV(B)340.5º79.68%98.43%-
XYZ44.1224.1418.86-
YUV118.21126.76222.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.05%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=60.05%
G=12.20%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515111600.800.540.02340.596.1559.22
HexFB3374050362154603b
Octal37363164012066252414073
Binary11111011110011111010001010000110110101010101001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3374; }

 p { color: rgb(251,51,116); }

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

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

 a { background-color: rgb(251,51,116); }

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

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

 span { border-color: rgb(251,51,116); }

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