#FD385A

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

Shades of Radical Red #FD385A

Tints of Radical Red #FD385A

Color information

#FD385A (or 0xFD385A) is unknown color: approx Radical Red. HEX triplet: FD, 38 and 5A. RGB value is (253,56,90). Sum of RGB (Red+Green+Blue) = 253+56+90=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD385A is #02C7A5. Grayscale: #767676. Windows color (decimal): -182182 or 5912829. OLE color: 5912829.

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

Color convert

RGB2535690-
CMYK00.780.640.01
HSL349.64º98.01%60.59%-
HSV(B)349.64º77.87%99.22%-
XYZ43.7724.4512.09-
YUV118.78111.77223.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.41%
GREEN value IS 56 (22.27% from 255) = 14.04%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=63.41%
G=14.04%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253569000.780.640.01349.6498.0160.59
HexFD385A04E40115e623d
Octal375701320116100153614275
Binary11111101111000101101001001110100000011010111101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD385A; }

 p { color: rgb(253,56,90); }

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

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

 a { background-color: rgb(253,56,90); }

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

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

 span { border-color: rgb(253,56,90); }

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