#FD3B5F

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

Shades of Radical Red #FD3B5F

Tints of Radical Red #FD3B5F

Color information

#FD3B5F (or 0xFD3B5F) is unknown color: approx Radical Red. HEX triplet: FD, 3B and 5F. RGB value is (253,59,95). Sum of RGB (Red+Green+Blue) = 253+59+95=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3B5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3B5F is #02C4A0. Grayscale: #797979. Windows color (decimal): -181409 or 6241277. OLE color: 6241277.

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

Color convert

RGB2535995-
CMYK00.770.620.01
HSL348.87º97.98%61.18%-
HSV(B)348.87º76.68%99.22%-
XYZ44.1424.8413.29-
YUV121.11113.27222.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.16%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=62.16%
G=14.50%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253599500.770.620.01348.8797.9861.18
HexFD3B5F04D3E115d623d
Octal37573137011576153514275
Binary1111110111101110111110100110111111011010111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3B5F; }

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

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

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

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

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

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

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

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