#FD4F53

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

Shades of Radical Red #FD4F53

Tints of Radical Red #FD4F53

Color information

#FD4F53 (or 0xFD4F53) is unknown color: approx Radical Red. HEX triplet: FD, 4F and 53. RGB value is (253,79,83). Sum of RGB (Red+Green+Blue) = 253+79+83=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4F53 is #02B0AC. Grayscale: #838383. Windows color (decimal): -176301 or 5459965. OLE color: 5459965.

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

Color convert

RGB2537983-
CMYK00.690.670.01
HSL358.62º97.75%65.1%-
HSV(B)358.62º68.77%99.22%-
XYZ44.8727.111.05-
YUV131.48100.65214.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.96%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 83 (32.81% from 255) = 20%
R=60.96%
G=19.04%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253798300.690.670.01358.6297.7565.1
HexFD4F530454311676241
Octal37511712301051031547142101
Binary1111110110011111010011010001011000011110110011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4F53; }

 p { color: rgb(253,79,83); }

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

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

 a { background-color: rgb(253,79,83); }

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

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

 span { border-color: rgb(253,79,83); }

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