#FB396B

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

Shades of Radical Red #FB396B

Tints of Radical Red #FB396B

Color information

#FB396B (or 0xFB396B) is unknown color: approx Radical Red. HEX triplet: FB, 39 and 6B. RGB value is (251,57,107). Sum of RGB (Red+Green+Blue) = 251+57+107=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB396B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB396B is #04C694. Grayscale: #787878. Windows color (decimal): -312981 or 7027195. OLE color: 7027195.

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

Color convert

RGB25157107-
CMYK00.770.570.02
HSL344.54º96.04%60.39%-
HSV(B)344.54º77.29%98.43%-
XYZ43.924.516.32-
YUV120.71120.27220.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.48%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=60.48%
G=13.73%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515710700.770.570.02344.5496.0460.39
HexFB396B04D392159603c
Octal37371153011571253114074
Binary11111011111001110101101001101111001101010110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB396B; }

 p { color: rgb(251,57,107); }

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

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

 a { background-color: rgb(251,57,107); }

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

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

 span { border-color: rgb(251,57,107); }

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