#FD4F54

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

Shades of Radical Red #FD4F54

Tints of Radical Red #FD4F54

Color information

#FD4F54 (or 0xFD4F54) is unknown color: approx Radical Red. HEX triplet: FD, 4F and 54. RGB value is (253,79,84). Sum of RGB (Red+Green+Blue) = 253+79+84=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4F54 is #02B0AB. Grayscale: #838383. Windows color (decimal): -176300 or 5525501. OLE color: 5525501.

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

Color convert

RGB2537984-
CMYK00.690.670.01
HSL358.28º97.75%65.1%-
HSV(B)358.28º68.77%99.22%-
XYZ44.927.1111.25-
YUV131.6101.15214.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.82%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=60.82%
G=18.99%
B=20.19%

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
Decimal253798400.690.670.01358.2897.7565.1
HexFD4F540454311666241
Octal37511712401051031546142101
Binary1111110110011111010100010001011000011110110011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4F54; }

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

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

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

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

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

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

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

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