Html Css Color HEX #FD325E Radical Red

📋 copy color: '#FD325E'

red 253 ◦ green 50 ◦ blue 94

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

Shades of Radical Red #FD325E

Tints of Radical Red #FD325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 63.73%
G = 12.59%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD325E (or 0xFD325E) is known color: Radical Red. HEX triplet: FD, 32 and 5E. RGB value is (253,50,94). Sum of RGB (Red+Green+Blue) = 253+50+94=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD325E is #02CDA1. Grayscale: #737373. Windows color (decimal): -183714 or 6173437. OLE color: 6173437.

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

Color convert

RGB 253 50 94 -
CMYK 0 0.80 0.63 0.01
HSL 347º 0.98% 0.59% -
HSV(B) 347º 0.8% 0.99% -
XYZ 43.67 23.97 12.92 -
YUV 115.71 115.75 225.92 -
System Red Green Blue C M Y K H S L
Decimal 253 50 94 0 0.80 0.63 0.01 347 0.98 0.59
Hex FD 32 5E 0 50 3F 1 15B 62 3B
Octal 375 62 136 0 120 77 1 533 142 73
Binary 11111101 110010 1011110 0 1010000 111111 1 101011011 1100010 111011

Color Harmonies of #FD325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD325E

Black with #FD325E

Text Example


Text Example

White with #FD325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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