Html Css Color HEX #FD3C70 Radical Red

📋 copy color: '#FD3C70'

red 253 ◦ green 60 ◦ blue 112

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

Shades of Radical Red #FD3C70

Tints of Radical Red #FD3C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 59.53%
G = 14.12%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD3C70 (or 0xFD3C70) is known color: Radical Red. HEX triplet: FD, 3C and 70. RGB value is (253,60,112). Sum of RGB (Red+Green+Blue) = 253+60+112=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C70 is #02C38F. Grayscale: #7B7B7B. Windows color (decimal): -181136 or 7355645. OLE color: 7355645.

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

Color convert

RGB 253 60 112 -
CMYK 0 0.76 0.56 0.01
HSL 343.83º 0.98% 0.61% -
HSV(B) 343.83º 0.76% 0.99% -
XYZ 45.05 25.28 17.84 -
YUV 123.64 121.44 220.27 -
System Red Green Blue C M Y K H S L
Decimal 253 60 112 0 0.76 0.56 0.01 343.83 0.98 0.61
Hex FD 3C 70 0 4C 38 1 158 62 3D
Octal 375 74 160 0 114 70 1 530 142 75
Binary 11111101 111100 1110000 0 1001100 111000 1 101011000 1100010 111101

Color Harmonies of #FD3C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C70

Black with #FD3C70

Text Example


Text Example

White with #FD3C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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