Html Css Color HEX #FD475C Radical Red

📋 copy color: '#FD475C'

red 253 ◦ green 71 ◦ blue 92

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

Shades of Radical Red #FD475C

Tints of Radical Red #FD475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.07%

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 60.82%
G = 17.07%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD475C (or 0xFD475C) is known color: Radical Red. HEX triplet: FD, 47 and 5C. RGB value is (253,71,92). Sum of RGB (Red+Green+Blue) = 253+71+92=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD475C is #02B8A3. Grayscale: #7F7F7F. Windows color (decimal): -178340 or 6047741. OLE color: 6047741.

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

Color convert

RGB 253 71 92 -
CMYK 0 0.72 0.64 0.01
HSL 353.08º 0.98% 0.64% -
HSV(B) 353.08º 0.72% 0.99% -
XYZ 44.69 26.16 12.82 -
YUV 127.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 253 71 92 0 0.72 0.64 0.01 353.08 0.98 0.64
Hex FD 47 5C 0 48 40 1 161 62 40
Octal 375 107 134 0 110 100 1 541 142 100
Binary 11111101 1000111 1011100 0 1001000 1000000 1 101100001 1100010 1000000

Color Harmonies of #FD475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD475C

Black with #FD475C

Text Example


Text Example

White with #FD475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD475C; }

 p { color: rgb(253,71,92); }

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

background-color css

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

 a { background-color: rgb(253,71,92); }

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

border-color css

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

 span { border-color: rgb(253,71,92); }

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