Html Css Color HEX #FD386D Radical Red

📋 copy color: '#FD386D'

red 253 ◦ green 56 ◦ blue 109

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

Shades of Radical Red #FD386D

Tints of Radical Red #FD386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.4%

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

R = 60.53%
G = 13.4%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD386D (or 0xFD386D) is known color: Radical Red. HEX triplet: FD, 38 and 6D. RGB value is (253,56,109). Sum of RGB (Red+Green+Blue) = 253+56+109=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD386D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD386D is #02C792. Grayscale: #787878. Windows color (decimal): -182163 or 7158013. OLE color: 7158013.

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

Color convert

RGB 253 56 109 -
CMYK 0 0.78 0.57 0.01
HSL 343.86º 0.98% 0.61% -
HSV(B) 343.86º 0.78% 0.99% -
XYZ 44.68 24.82 16.9 -
YUV 120.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 253 56 109 0 0.78 0.57 0.01 343.86 0.98 0.61
Hex FD 38 6D 0 4E 39 1 158 62 3D
Octal 375 70 155 0 116 71 1 530 142 75
Binary 11111101 111000 1101101 0 1001110 111001 1 101011000 1100010 111101

Color Harmonies of #FD386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD386D

Black with #FD386D

Text Example


Text Example

White with #FD386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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