#FD365F

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

Shades of Radical Red #FD365F

Tints of Radical Red #FD365F

Color information

#FD365F (or 0xFD365F) is unknown color: approx Radical Red. HEX triplet: FD, 36 and 5F. RGB value is (253,54,95). Sum of RGB (Red+Green+Blue) = 253+54+95=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD365F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD365F is #02C9A0. Grayscale: #767676. Windows color (decimal): -182689 or 6239997. OLE color: 6239997.

HSL color Cylindrical-coordinate representation of color #FD365F: hue angle of 347.64º 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 #FD365F is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB2535495-
CMYK00.790.620.01
HSL347.64º98.03%60.2%-
HSV(B)347.64º78.66%99.22%-
XYZ43.8924.3513.21-
YUV118.17114.93224.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.94%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=62.94%
G=13.43%
B=23.63%

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
Decimal253549500.790.620.01347.6498.0360.2
HexFD365F04F3E115c623c
Octal37566137011776153414274
Binary1111110111011010111110100111111111011010111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD365F; }

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

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

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

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

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

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

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

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