Html Css Color HEX #FD316D Radical Red

📋 copy color: '#FD316D'

red 253 ◦ green 49 ◦ blue 109

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

Shades of Radical Red #FD316D

Tints of Radical Red #FD316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.92%

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

R = 61.56%
G = 11.92%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD316D (or 0xFD316D) is known color: Radical Red. HEX triplet: FD, 31 and 6D. RGB value is (253,49,109). Sum of RGB (Red+Green+Blue) = 253+49+109=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD316D is #02CE92. Grayscale: #747474. Windows color (decimal): -183955 or 7156221. OLE color: 7156221.

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

Color convert

RGB 253 49 109 -
CMYK 0 0.81 0.57 0.01
HSL 342.35º 0.98% 0.59% -
HSV(B) 342.35º 0.81% 0.99% -
XYZ 44.37 24.18 16.8 -
YUV 116.84 123.59 225.12 -
System Red Green Blue C M Y K H S L
Decimal 253 49 109 0 0.81 0.57 0.01 342.35 0.98 0.59
Hex FD 31 6D 0 51 39 1 156 62 3B
Octal 375 61 155 0 121 71 1 526 142 73
Binary 11111101 110001 1101101 0 1010001 111001 1 101010110 1100010 111011

Color Harmonies of #FD316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD316D

Black with #FD316D

Text Example


Text Example

White with #FD316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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