Html Css Color HEX #FC326E Radical Red

📋 copy color: '#FC326E'

red 252 ◦ green 50 ◦ blue 110

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

Shades of Radical Red #FC326E

Tints of Radical Red #FC326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

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

R = 61.17%
G = 12.14%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC326E (or 0xFC326E) is known color: Radical Red. HEX triplet: FC, 32 and 6E. RGB value is (252,50,110). Sum of RGB (Red+Green+Blue) = 252+50+110=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC326E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC326E is #03CD91. Grayscale: #757575. Windows color (decimal): -249234 or 7222012. OLE color: 7222012.

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

Color convert

RGB 252 50 110 -
CMYK 0 0.80 0.56 0.01
HSL 342.18º 0.97% 0.59% -
HSV(B) 342.18º 0.8% 0.99% -
XYZ 44.1 24.1 17.08 -
YUV 117.24 123.92 224.12 -
System Red Green Blue C M Y K H S L
Decimal 252 50 110 0 0.80 0.56 0.01 342.18 0.97 0.59
Hex FC 32 6E 0 50 38 1 156 61 3B
Octal 374 62 156 0 120 70 1 526 141 73
Binary 11111100 110010 1101110 0 1010000 111000 1 101010110 1100001 111011

Color Harmonies of #FC326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC326E

Black with #FC326E

Text Example


Text Example

White with #FC326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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