Html Css Color HEX #FC395D Radical Red

📋 copy color: '#FC395D'

red 252 ◦ green 57 ◦ blue 93

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

Shades of Radical Red #FC395D

Tints of Radical Red #FC395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.18%

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 62.69%
G = 14.18%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC395D (or 0xFC395D) is known color: Radical Red. HEX triplet: FC, 39 and 5D. RGB value is (252,57,93). Sum of RGB (Red+Green+Blue) = 252+57+93=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC395D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC395D is #03C6A2. Grayscale: #777777. Windows color (decimal): -247459 or 6109692. OLE color: 6109692.

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

Color convert

RGB 252 57 93 -
CMYK 0 0.77 0.63 0.01
HSL 348.92º 0.97% 0.61% -
HSV(B) 348.92º 0.77% 0.99% -
XYZ 43.58 24.41 12.77 -
YUV 119.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 252 57 93 0 0.77 0.63 0.01 348.92 0.97 0.61
Hex FC 39 5D 0 4D 3F 1 15D 61 3D
Octal 374 71 135 0 115 77 1 535 141 75
Binary 11111100 111001 1011101 0 1001101 111111 1 101011101 1100001 111101

Color Harmonies of #FC395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC395D

Black with #FC395D

Text Example


Text Example

White with #FC395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC395D; }

 p { color: rgb(252,57,93); }

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

background-color css

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

 a { background-color: rgb(252,57,93); }

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

border-color css

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

 span { border-color: rgb(252,57,93); }

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