#FB3968

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

Shades of Radical Red #FB3968

Tints of Radical Red #FB3968

Color information

#FB3968 (or 0xFB3968) is unknown color: approx Radical Red. HEX triplet: FB, 39 and 68. RGB value is (251,57,104). Sum of RGB (Red+Green+Blue) = 251+57+104=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3968 is #04C697. Grayscale: #787878. Windows color (decimal): -312984 or 6830587. OLE color: 6830587.

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

Color convert

RGB25157104-
CMYK00.770.590.02
HSL345.46º96.04%60.39%-
HSV(B)345.46º77.29%98.43%-
XYZ43.7524.4315.51-
YUV120.36118.77221.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.92%
GREEN value IS 57 (22.66% from 255) = 13.83%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=60.92%
G=13.83%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515710400.770.590.02345.4696.0460.39
HexFB396804D3B2159603c
Octal37371150011573253114074
Binary11111011111001110100001001101111011101010110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3968; }

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

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

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

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

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

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

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

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