#FD345F

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

Shades of Radical Red #FD345F

Tints of Radical Red #FD345F

Color information

#FD345F (or 0xFD345F) is unknown color: approx Radical Red. HEX triplet: FD, 34 and 5F. RGB value is (253,52,95). Sum of RGB (Red+Green+Blue) = 253+52+95=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD345F is #02CBA0. Grayscale: #757575. Windows color (decimal): -183201 or 6239485. OLE color: 6239485.

HSL color Cylindrical-coordinate representation of color #FD345F: hue angle of 347.16º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD345F is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB2535295-
CMYK00.790.620.01
HSL347.16º98.05%59.8%-
HSV(B)347.16º79.45%99.22%-
XYZ43.824.1613.18-
YUV117115.59225-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.25%
GREEN value IS 52 (20.70% from 255) = 13%
BLUE value IS 95 (37.5% from 255) = 23.75%
R=63.25%
G=13%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253529500.790.620.01347.1698.0559.8
HexFD345F04F3E115b623c
Octal37564137011776153314274
Binary1111110111010010111110100111111111011010110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD345F; }

 p { color: rgb(253,52,95); }

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

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

 a { background-color: rgb(253,52,95); }

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

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

 span { border-color: rgb(253,52,95); }

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