Html Css Color HEX #FC3755 Radical Red

📋 copy color: '#FC3755'

red 252 ◦ green 55 ◦ blue 85

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

Shades of Radical Red #FC3755

Tints of Radical Red #FC3755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.03%

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

R = 64.29%
G = 14.03%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC3755 (or 0xFC3755) is known color: Radical Red. HEX triplet: FC, 37 and 55. RGB value is (252,55,85). Sum of RGB (Red+Green+Blue) = 252+55+85=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3755 is #03C8AA. Grayscale: #757575. Windows color (decimal): -247979 or 5584892. OLE color: 5584892.

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

Color convert

RGB 252 55 85 -
CMYK 0 0.78 0.66 0.01
HSL 350.86º 0.97% 0.6% -
HSV(B) 350.86º 0.78% 0.99% -
XYZ 43.15 24.08 10.97 -
YUV 117.32 109.77 224.06 -
System Red Green Blue C M Y K H S L
Decimal 252 55 85 0 0.78 0.66 0.01 350.86 0.97 0.6
Hex FC 37 55 0 4E 42 1 15F 61 3C
Octal 374 67 125 0 116 102 1 537 141 74
Binary 11111100 110111 1010101 0 1001110 1000010 1 101011111 1100001 111100

Color Harmonies of #FC3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3755

Black with #FC3755

Text Example


Text Example

White with #FC3755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3755; }

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

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

background-color css

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

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

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

border-color css

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

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

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