#FD336A

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

Shades of Radical Red #FD336A

Tints of Radical Red #FD336A

Color information

#FD336A (or 0xFD336A) is unknown color: approx Radical Red. HEX triplet: FD, 33 and 6A. RGB value is (253,51,106). Sum of RGB (Red+Green+Blue) = 253+51+106=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD336A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD336A is #02CC95. Grayscale: #757575. Windows color (decimal): -183446 or 6960125. OLE color: 6960125.

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

Color convert

RGB25351106-
CMYK00.800.580.01
HSL343.66º98.06%59.61%-
HSV(B)343.66º79.84%99.22%-
XYZ44.2924.2915.99-
YUV117.67121.42224.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.71%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=61.71%
G=12.44%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535110600.800.580.01343.6698.0659.61
HexFD336A0503A1158623c
Octal37563152012072153014274
Binary1111110111001111010100101000011101011010110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD336A; }

 p { color: rgb(253,51,106); }

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

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

 a { background-color: rgb(253,51,106); }

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

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

 span { border-color: rgb(253,51,106); }

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