#FD3F5F

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

Shades of Radical Red #FD3F5F

Tints of Radical Red #FD3F5F

Color information

#FD3F5F (or 0xFD3F5F) is unknown color: approx Radical Red. HEX triplet: FD, 3F and 5F. RGB value is (253,63,95). Sum of RGB (Red+Green+Blue) = 253+63+95=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F5F is #02C0A0. Grayscale: #7B7B7B. Windows color (decimal): -180385 or 6242301. OLE color: 6242301.

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

Color convert

RGB2536395-
CMYK00.750.620.01
HSL349.89º97.94%61.96%-
HSV(B)349.89º75.1%99.22%-
XYZ44.3525.2613.37-
YUV123.46111.95220.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.56%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=61.56%
G=15.33%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253639500.750.620.01349.8997.9461.96
HexFD3F5F04B3E115e623e
Octal37577137011376153614276
Binary1111110111111110111110100101111111011010111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3F5F; }

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

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

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

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

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

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

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

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