#FD1E65

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

Shades of Radical Red #FD1E65

Tints of Radical Red #FD1E65

Color information

#FD1E65 (or 0xFD1E65) is unknown color: approx Radical Red. HEX triplet: FD, 1E and 65. RGB value is (253,30,101). Sum of RGB (Red+Green+Blue) = 253+30+101=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1E65 is #02E19A. Grayscale: #686868. Windows color (decimal): -188827 or 6627069. OLE color: 6627069.

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

Color convert

RGB25330101-
CMYK00.880.600.01
HSL340.9º98.24%55.49%-
HSV(B)340.9º88.14%99.22%-
XYZ43.3222.7514.42-
YUV104.77125.88233.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 65.89%
GREEN value IS 30 (12.11% from 255) = 7.81%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=65.89%
G=7.81%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533010100.880.600.01340.998.2455.49
HexFD1E650583C11556237
Octal37536145013074152514267
Binary111111011111011001010101100011110011010101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1E65; }

 p { color: rgb(253,30,101); }

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

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

 a { background-color: rgb(253,30,101); }

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

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

 span { border-color: rgb(253,30,101); }

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