Html Css Color HEX #FC396C Radical Red

📋 copy color: '#FC396C'

red 252 ◦ green 57 ◦ blue 108

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

Shades of Radical Red #FC396C

Tints of Radical Red #FC396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.9%

R = 60.43%
G = 13.67%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC396C (or 0xFC396C) is known color: Radical Red. HEX triplet: FC, 39 and 6C. RGB value is (252,57,108). Sum of RGB (Red+Green+Blue) = 252+57+108=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC396C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC396C is #03C693. Grayscale: #797979. Windows color (decimal): -247444 or 7092732. OLE color: 7092732.

HSL color Cylindrical-coordinate representation of color #FC396C: hue angle of 344.31º 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 #FC396C is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 57 108 -
CMYK 0 0.77 0.57 0.01
HSL 344.31º 0.97% 0.61% -
HSV(B) 344.31º 0.77% 0.99% -
XYZ 44.31 24.7 16.62 -
YUV 121.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 252 57 108 0 0.77 0.57 0.01 344.31 0.97 0.61
Hex FC 39 6C 0 4D 39 1 158 61 3D
Octal 374 71 154 0 115 71 1 530 141 75
Binary 11111100 111001 1101100 0 1001101 111001 1 101011000 1100001 111101

Color Harmonies of #FC396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC396C

Black with #FC396C

Text Example


Text Example

White with #FC396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC396C; }

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

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

background-color css

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

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

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

border-color css

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

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

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