Html Css Color HEX #FD4C5E Radical Red

📋 copy color: '#FD4C5E'

red 253 ◦ green 76 ◦ blue 94

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

Shades of Radical Red #FD4C5E

Tints of Radical Red #FD4C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 59.81%
G = 17.97%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD4C5E (or 0xFD4C5E) is known color: Radical Red. HEX triplet: FD, 4C and 5E. RGB value is (253,76,94). Sum of RGB (Red+Green+Blue) = 253+76+94=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C5E is #02B3A1. Grayscale: #838383. Windows color (decimal): -177058 or 6180093. OLE color: 6180093.

HSL color Cylindrical-coordinate representation of color #FD4C5E: hue angle of 353.9º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4C5E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 76 94 -
CMYK 0 0.70 0.63 0.01
HSL 353.9º 0.98% 0.65% -
HSV(B) 353.9º 0.7% 0.99% -
XYZ 45.11 26.86 13.4 -
YUV 130.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 253 76 94 0 0.70 0.63 0.01 353.9 0.98 0.65
Hex FD 4C 5E 0 46 3F 1 162 62 41
Octal 375 114 136 0 106 77 1 542 142 101
Binary 11111101 1001100 1011110 0 1000110 111111 1 101100010 1100010 1000001

Color Harmonies of #FD4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C5E

Black with #FD4C5E

Text Example


Text Example

White with #FD4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C5E; }

 p { color: rgb(253,76,94); }

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

background-color css

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

 a { background-color: rgb(253,76,94); }

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

border-color css

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

 span { border-color: rgb(253,76,94); }

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