Html Css Color HEX #FC4655 Radical Red

📋 copy color: '#FC4655'

red 252 ◦ green 70 ◦ blue 85

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

Shades of Radical Red #FC4655

Tints of Radical Red #FC4655

RGB

 RED value IS 252 (98.83% from 255) = 61.92%

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

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

R = 61.92%
G = 17.2%
B = 20.88%

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

#FC4655 (or 0xFC4655) is known color: Radical Red. HEX triplet: FC, 46 and 55. RGB value is (252,70,85). Sum of RGB (Red+Green+Blue) = 252+70+85=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4655 is #03B9AA. Grayscale: #7E7E7E. Windows color (decimal): -244139 or 5588732. OLE color: 5588732.

HSL color Cylindrical-coordinate representation of color #FC4655: hue angle of 355.05º degrees, saturation: 0.97, 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 #FC4655 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 70 85 -
CMYK 0 0.72 0.66 0.01
HSL 355.05º 0.97% 0.63% -
HSV(B) 355.05º 0.72% 0.99% -
XYZ 43.97 25.73 11.24 -
YUV 126.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 252 70 85 0 0.72 0.66 0.01 355.05 0.97 0.63
Hex FC 46 55 0 48 42 1 163 61 3F
Octal 374 106 125 0 110 102 1 543 141 77
Binary 11111100 1000110 1010101 0 1001000 1000010 1 101100011 1100001 111111

Color Harmonies of #FC4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4655

Black with #FC4655

Text Example


Text Example

White with #FC4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4655; }

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

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

background-color css

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

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

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

border-color css

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

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

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