Html Css Color HEX #FD326D Radical Red

📋 copy color: '#FD326D'

red 253 ◦ green 50 ◦ blue 109

#FD326D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FD326D

Tints of Radical Red #FD326D

RGB

 RED value IS 253 (99.22% from 255) = 61.41%

 GREEN value IS 50 (19.92% from 255) = 12.14%

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 61.41%
G = 12.14%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD326D (or 0xFD326D) is known color: Radical Red. HEX triplet: FD, 32 and 6D. RGB value is (253,50,109). Sum of RGB (Red+Green+Blue) = 253+50+109=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD326D is #02CD92. Grayscale: #757575. Windows color (decimal): -183699 or 7156477. OLE color: 7156477.

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

Color convert

RGB 253 50 109 -
CMYK 0 0.80 0.57 0.01
HSL 342.56º 0.98% 0.59% -
HSV(B) 342.56º 0.8% 0.99% -
XYZ 44.41 24.27 16.81 -
YUV 117.42 123.25 224.7 -
System Red Green Blue C M Y K H S L
Decimal 253 50 109 0 0.80 0.57 0.01 342.56 0.98 0.59
Hex FD 32 6D 0 50 39 1 157 62 3B
Octal 375 62 155 0 120 71 1 527 142 73
Binary 11111101 110010 1101101 0 1010000 111001 1 101010111 1100010 111011

Color Harmonies of #FD326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD326D

Black with #FD326D

Text Example


Text Example

White with #FD326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD326D; }

 p { color: rgb(253,50,109); }

 H1.HeaderClassName
 {
   color: #FD326D;
 }
 .AnyTagClassName
 {
   color: #FD326D;
 }
</style>

background-color css

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

 a { background-color: rgb(253,50,109); }

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

border-color css

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

 span { border-color: rgb(253,50,109); }

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