#FD2B5A

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

Shades of Radical Red #FD2B5A

Tints of Radical Red #FD2B5A

Color information

#FD2B5A (or 0xFD2B5A) is unknown color: approx Radical Red. HEX triplet: FD, 2B and 5A. RGB value is (253,43,90). Sum of RGB (Red+Green+Blue) = 253+43+90=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2B5A is #02D4A5. Grayscale: #6F6F6F. Windows color (decimal): -185510 or 5909501. OLE color: 5909501.

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

Color convert

RGB2534390-
CMYK00.830.640.01
HSL346.57º98.13%58.04%-
HSV(B)346.57º83%99.22%-
XYZ43.2223.3511.9-
YUV111.15116.07229.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 65.54%
GREEN value IS 43 (17.19% from 255) = 11.14%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=65.54%
G=11.14%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253439000.830.640.01346.5798.1358.04
HexFD2B5A05340115b623a
Octal375531320123100153314272
Binary11111101101011101101001010011100000011010110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2B5A; }

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

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

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

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

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

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

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

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