Html Css Color HEX #FD4655 Radical Red

📋 copy color: '#FD4655'

red 253 ◦ green 70 ◦ blue 85

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

Shades of Radical Red #FD4655

Tints of Radical Red #FD4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 62.01%
G = 17.16%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD4655 (or 0xFD4655) is known color: Radical Red. HEX triplet: FD, 46 and 55. RGB value is (253,70,85). Sum of RGB (Red+Green+Blue) = 253+70+85=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4655 is #02B9AA. Grayscale: #7E7E7E. Windows color (decimal): -178603 or 5588733. OLE color: 5588733.

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

Color convert

RGB 253 70 85 -
CMYK 0 0.72 0.66 0.01
HSL 355.08º 0.98% 0.63% -
HSV(B) 355.08º 0.72% 0.99% -
XYZ 44.34 25.92 11.26 -
YUV 126.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 253 70 85 0 0.72 0.66 0.01 355.08 0.98 0.63
Hex FD 46 55 0 48 42 1 163 62 3F
Octal 375 106 125 0 110 102 1 543 142 77
Binary 11111101 1000110 1010101 0 1001000 1000010 1 101100011 1100010 111111

Color Harmonies of #FD4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4655

Black with #FD4655

Text Example


Text Example

White with #FD4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4655; }

 p { color: rgb(253,70,85); }

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

background-color css

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

 a { background-color: rgb(253,70,85); }

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

border-color css

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

 span { border-color: rgb(253,70,85); }

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