Html Css Color HEX #FC355B Radical Red

📋 copy color: '#FC355B'

red 252 ◦ green 53 ◦ blue 91

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

Shades of Radical Red #FC355B

Tints of Radical Red #FC355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 63.64%
G = 13.38%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC355B (or 0xFC355B) is known color: Radical Red. HEX triplet: FC, 35 and 5B. RGB value is (252,53,91). Sum of RGB (Red+Green+Blue) = 252+53+91=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC355B is #03CAA4. Grayscale: #747474. Windows color (decimal): -248485 or 5977596. OLE color: 5977596.

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

Color convert

RGB 252 53 91 -
CMYK 0 0.79 0.64 0.01
HSL 348.54º 0.97% 0.6% -
HSV(B) 348.54º 0.79% 0.99% -
XYZ 43.31 24 12.25 -
YUV 116.83 113.43 224.41 -
System Red Green Blue C M Y K H S L
Decimal 252 53 91 0 0.79 0.64 0.01 348.54 0.97 0.6
Hex FC 35 5B 0 4F 40 1 15D 61 3C
Octal 374 65 133 0 117 100 1 535 141 74
Binary 11111100 110101 1011011 0 1001111 1000000 1 101011101 1100001 111100

Color Harmonies of #FC355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC355B

Black with #FC355B

Text Example


Text Example

White with #FC355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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