Html Css Color HEX #FD324F Radical Red

📋 copy color: '#FD324F'

red 253 ◦ green 50 ◦ blue 79

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

Shades of Radical Red #FD324F

Tints of Radical Red #FD324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 66.23%
G = 13.09%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD324F (or 0xFD324F) is known color: Radical Red. HEX triplet: FD, 32 and 4F. RGB value is (253,50,79). Sum of RGB (Red+Green+Blue) = 253+50+79=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD324F is #02CDB0. Grayscale: #727272. Windows color (decimal): -183729 or 5190397. OLE color: 5190397.

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

Color convert

RGB 253 50 79 -
CMYK 0 0.80 0.69 0.01
HSL 351.43º 0.98% 0.59% -
HSV(B) 351.43º 0.8% 0.99% -
XYZ 43.06 23.73 9.71 -
YUV 114 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 253 50 79 0 0.80 0.69 0.01 351.43 0.98 0.59
Hex FD 32 4F 0 50 45 1 15F 62 3B
Octal 375 62 117 0 120 105 1 537 142 73
Binary 11111101 110010 1001111 0 1010000 1000101 1 101011111 1100010 111011

Color Harmonies of #FD324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD324F

Black with #FD324F

Text Example


Text Example

White with #FD324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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