#FD475F

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

Shades of Radical Red #FD475F

Tints of Radical Red #FD475F

Color information

#FD475F (or 0xFD475F) is unknown color: approx Radical Red. HEX triplet: FD, 47 and 5F. RGB value is (253,71,95). Sum of RGB (Red+Green+Blue) = 253+71+95=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD475F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD475F is #02B8A0. Grayscale: #808080. Windows color (decimal): -178337 or 6244349. OLE color: 6244349.

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

Color convert

RGB2537195-
CMYK00.720.620.01
HSL352.09º97.85%63.53%-
HSV(B)352.09º71.94%99.22%-
XYZ44.8326.2213.52-
YUV128.15109.3217.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.38%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=60.38%
G=16.95%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253719500.720.620.01352.0997.8563.53
HexFD475F0483E11606240
Octal3751071370110761540142100
Binary111111011000111101111101001000111110110110000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD475F; }

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

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

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

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

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

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

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

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