#FB3F4C

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

Shades of Radical Red #FB3F4C

Tints of Radical Red #FB3F4C

Color information

#FB3F4C (or 0xFB3F4C) is unknown color: approx Radical Red. HEX triplet: FB, 3F and 4C. RGB value is (251,63,76). Sum of RGB (Red+Green+Blue) = 251+63+76=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3F4C is #04C0B3. Grayscale: #787878. Windows color (decimal): -311476 or 4997115. OLE color: 4997115.

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

Color convert

RGB2516376-
CMYK00.750.700.02
HSL355.85º95.92%61.57%-
HSV(B)355.85º74.9%98.43%-
XYZ42.8724.599.32-
YUV120.69102.78220.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 64.36%
GREEN value IS 63 (25% from 255) = 16.15%
BLUE value IS 76 (30.08% from 255) = 19.49%
R=64.36%
G=16.15%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251637600.750.700.02355.8595.9261.57
HexFB3F4C04B462164603e
Octal373771140113106254414076
Binary111110111111111001100010010111000110101011001001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3F4C; }

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

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

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

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

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

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

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

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