#FD3862

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

Shades of Radical Red #FD3862

Tints of Radical Red #FD3862

Color information

#FD3862 (or 0xFD3862) is unknown color: approx Radical Red. HEX triplet: FD, 38 and 62. RGB value is (253,56,98). Sum of RGB (Red+Green+Blue) = 253+56+98=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3862 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3862 is #02C79D. Grayscale: #777777. Windows color (decimal): -182174 or 6437117. OLE color: 6437117.

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

Color convert

RGB2535698-
CMYK00.780.610.01
HSL347.21º98.01%60.59%-
HSV(B)347.21º77.87%99.22%-
XYZ44.1324.5913.98-
YUV119.69115.77223.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.16%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=62.16%
G=13.76%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253569800.780.610.01347.2198.0160.59
HexFD386204E3D115b623d
Octal37570142011675153314275
Binary1111110111100011000100100111011110111010110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3862; }

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

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

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

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

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

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

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

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