#FB374F

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

Shades of Radical Red #FB374F

Tints of Radical Red #FB374F

Color information

#FB374F (or 0xFB374F) is unknown color: approx Radical Red. HEX triplet: FB, 37 and 4F. RGB value is (251,55,79). Sum of RGB (Red+Green+Blue) = 251+55+79=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB374F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB374F is #04C8B0. Grayscale: #747474. Windows color (decimal): -313521 or 5191675. OLE color: 5191675.

HSL color Cylindrical-coordinate representation of color #FB374F: hue angle of 352.65º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB374F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB2515579-
CMYK00.780.690.02
HSL352.65º96.08%60%-
HSV(B)352.65º78.09%98.43%-
XYZ42.5623.819.75-
YUV116.34106.93224.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.19%
GREEN value IS 55 (21.88% from 255) = 14.29%
BLUE value IS 79 (31.25% from 255) = 20.52%
R=65.19%
G=14.29%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251557900.780.690.02352.6596.0860
HexFB374F04E452161603c
Octal373671170116105254114074
Binary111110111101111001111010011101000101101011000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB374F; }

 p { color: rgb(251,55,79); }

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

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

 a { background-color: rgb(251,55,79); }

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

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

 span { border-color: rgb(251,55,79); }

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