Html Css Color HEX #FD376C Radical Red

📋 copy color: '#FD376C'

red 253 ◦ green 55 ◦ blue 108

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

Shades of Radical Red #FD376C

Tints of Radical Red #FD376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.22%

 BLUE value IS 108 (42.58% from 255) = 25.96%

R = 60.82%
G = 13.22%
B = 25.96%

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

#FD376C (or 0xFD376C) is known color: Radical Red. HEX triplet: FD, 37 and 6C. RGB value is (253,55,108). Sum of RGB (Red+Green+Blue) = 253+55+108=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD376C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD376C is #02C893. Grayscale: #787878. Windows color (decimal): -182420 or 7092221. OLE color: 7092221.

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

Color convert

RGB 253 55 108 -
CMYK 0 0.78 0.57 0.01
HSL 343.94º 0.98% 0.6% -
HSV(B) 343.94º 0.78% 0.99% -
XYZ 44.58 24.7 16.6 -
YUV 120.24 121.1 222.69 -
System Red Green Blue C M Y K H S L
Decimal 253 55 108 0 0.78 0.57 0.01 343.94 0.98 0.6
Hex FD 37 6C 0 4E 39 1 158 62 3C
Octal 375 67 154 0 116 71 1 530 142 74
Binary 11111101 110111 1101100 0 1001110 111001 1 101011000 1100010 111100

Color Harmonies of #FD376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD376C

Black with #FD376C

Text Example


Text Example

White with #FD376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD376C; }

 p { color: rgb(253,55,108); }

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

background-color css

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

 a { background-color: rgb(253,55,108); }

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

border-color css

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

 span { border-color: rgb(253,55,108); }

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