Html Css Color HEX #FC356B Radical Red

📋 copy color: '#FC356B'

red 252 ◦ green 53 ◦ blue 107

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

Shades of Radical Red #FC356B

Tints of Radical Red #FC356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 61.17%
G = 12.86%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC356B (or 0xFC356B) is known color: Radical Red. HEX triplet: FC, 35 and 6B. RGB value is (252,53,107). Sum of RGB (Red+Green+Blue) = 252+53+107=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC356B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC356B is #03CA94. Grayscale: #767676. Windows color (decimal): -248469 or 7026172. OLE color: 7026172.

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

Color convert

RGB 252 53 107 -
CMYK 0 0.79 0.58 0.01
HSL 343.72º 0.97% 0.6% -
HSV(B) 343.72º 0.79% 0.99% -
XYZ 44.07 24.3 16.28 -
YUV 118.66 121.43 223.11 -
System Red Green Blue C M Y K H S L
Decimal 252 53 107 0 0.79 0.58 0.01 343.72 0.97 0.6
Hex FC 35 6B 0 4F 3A 1 158 61 3C
Octal 374 65 153 0 117 72 1 530 141 74
Binary 11111100 110101 1101011 0 1001111 111010 1 101011000 1100001 111100

Color Harmonies of #FC356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC356B

Black with #FC356B

Text Example


Text Example

White with #FC356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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