Html Css Color HEX #FC356E Radical Red

📋 copy color: '#FC356E'

red 252 ◦ green 53 ◦ blue 110

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

Shades of Radical Red #FC356E

Tints of Radical Red #FC356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.77%

 BLUE value IS 110 (43.36% from 255) = 26.51%

R = 60.72%
G = 12.77%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC356E (or 0xFC356E) is known color: Radical Red. HEX triplet: FC, 35 and 6E. RGB value is (252,53,110). Sum of RGB (Red+Green+Blue) = 252+53+110=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC356E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC356E is #03CA91. Grayscale: #767676. Windows color (decimal): -248466 or 7222780. OLE color: 7222780.

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

Color convert

RGB 252 53 110 -
CMYK 0 0.79 0.56 0.01
HSL 342.81º 0.97% 0.6% -
HSV(B) 342.81º 0.79% 0.99% -
XYZ 44.23 24.37 17.12 -
YUV 119 122.93 222.87 -
System Red Green Blue C M Y K H S L
Decimal 252 53 110 0 0.79 0.56 0.01 342.81 0.97 0.6
Hex FC 35 6E 0 4F 38 1 157 61 3C
Octal 374 65 156 0 117 70 1 527 141 74
Binary 11111100 110101 1101110 0 1001111 111000 1 101010111 1100001 111100

Color Harmonies of #FC356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC356E

Black with #FC356E

Text Example


Text Example

White with #FC356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC356E; }

 p { color: rgb(252,53,110); }

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

background-color css

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

 a { background-color: rgb(252,53,110); }

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

border-color css

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

 span { border-color: rgb(252,53,110); }

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