Html Css Color HEX #FD3C74 Radical Red

📋 copy color: '#FD3C74'

red 253 ◦ green 60 ◦ blue 116

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

Shades of Radical Red #FD3C74

Tints of Radical Red #FD3C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 58.97%
G = 13.99%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD3C74 (or 0xFD3C74) is known color: Radical Red. HEX triplet: FD, 3C and 74. RGB value is (253,60,116). Sum of RGB (Red+Green+Blue) = 253+60+116=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C74 is #02C38B. Grayscale: #7C7C7C. Windows color (decimal): -181132 or 7617789. OLE color: 7617789.

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

Color convert

RGB 253 60 116 -
CMYK 0 0.76 0.54 0.01
HSL 342.59º 0.98% 0.61% -
HSV(B) 342.59º 0.76% 0.99% -
XYZ 45.28 25.38 19.03 -
YUV 124.09 123.44 219.95 -
System Red Green Blue C M Y K H S L
Decimal 253 60 116 0 0.76 0.54 0.01 342.59 0.98 0.61
Hex FD 3C 74 0 4C 36 1 157 62 3D
Octal 375 74 164 0 114 66 1 527 142 75
Binary 11111101 111100 1110100 0 1001100 110110 1 101010111 1100010 111101

Color Harmonies of #FD3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C74

Black with #FD3C74

Text Example


Text Example

White with #FD3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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