Html Css Color HEX #FC346C Radical Red

📋 copy color: '#FC346C'

red 252 ◦ green 52 ◦ blue 108

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

Shades of Radical Red #FC346C

Tints of Radical Red #FC346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.62%

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

R = 61.17%
G = 12.62%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC346C (or 0xFC346C) is known color: Radical Red. HEX triplet: FC, 34 and 6C. RGB value is (252,52,108). Sum of RGB (Red+Green+Blue) = 252+52+108=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC346C is #03CB93. Grayscale: #767676. Windows color (decimal): -248724 or 7091452. OLE color: 7091452.

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

Color convert

RGB 252 52 108 -
CMYK 0 0.79 0.57 0.01
HSL 343.2º 0.97% 0.6% -
HSV(B) 343.2º 0.79% 0.99% -
XYZ 44.08 24.23 16.54 -
YUV 118.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 252 52 108 0 0.79 0.57 0.01 343.2 0.97 0.6
Hex FC 34 6C 0 4F 39 1 157 61 3C
Octal 374 64 154 0 117 71 1 527 141 74
Binary 11111100 110100 1101100 0 1001111 111001 1 101010111 1100001 111100

Color Harmonies of #FC346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC346C

Black with #FC346C

Text Example


Text Example

White with #FC346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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