Html Css Color HEX #FD3C60 Radical Red

📋 copy color: '#FD3C60'

red 253 ◦ green 60 ◦ blue 96

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

Shades of Radical Red #FD3C60

Tints of Radical Red #FD3C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 61.86%
G = 14.67%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD3C60 (or 0xFD3C60) is known color: Radical Red. HEX triplet: FD, 3C and 60. RGB value is (253,60,96). Sum of RGB (Red+Green+Blue) = 253+60+96=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C60 is #02C39F. Grayscale: #797979. Windows color (decimal): -181152 or 6307069. OLE color: 6307069.

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

Color convert

RGB 253 60 96 -
CMYK 0 0.76 0.62 0.01
HSL 348.81º 0.98% 0.61% -
HSV(B) 348.81º 0.76% 0.99% -
XYZ 44.24 24.96 13.55 -
YUV 121.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 253 60 96 0 0.76 0.62 0.01 348.81 0.98 0.61
Hex FD 3C 60 0 4C 3E 1 15D 62 3D
Octal 375 74 140 0 114 76 1 535 142 75
Binary 11111101 111100 1100000 0 1001100 111110 1 101011101 1100010 111101

Color Harmonies of #FD3C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C60

Black with #FD3C60

Text Example


Text Example

White with #FD3C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C60; }

 p { color: rgb(253,60,96); }

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

background-color css

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

 a { background-color: rgb(253,60,96); }

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

border-color css

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

 span { border-color: rgb(253,60,96); }

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