Html Css Color HEX #FC336C Radical Red

📋 copy color: '#FC336C'

red 252 ◦ green 51 ◦ blue 108

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

Shades of Radical Red #FC336C

Tints of Radical Red #FC336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

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

R = 61.31%
G = 12.41%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC336C (or 0xFC336C) is known color: Radical Red. HEX triplet: FC, 33 and 6C. RGB value is (252,51,108). Sum of RGB (Red+Green+Blue) = 252+51+108=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC336C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC336C is #03CC93. Grayscale: #757575. Windows color (decimal): -248980 or 7091196. OLE color: 7091196.

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

Color convert

RGB 252 51 108 -
CMYK 0 0.80 0.57 0.01
HSL 342.99º 0.97% 0.59% -
HSV(B) 342.99º 0.8% 0.99% -
XYZ 44.04 24.15 16.53 -
YUV 117.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 252 51 108 0 0.80 0.57 0.01 342.99 0.97 0.59
Hex FC 33 6C 0 50 39 1 157 61 3B
Octal 374 63 154 0 120 71 1 527 141 73
Binary 11111100 110011 1101100 0 1010000 111001 1 101010111 1100001 111011

Color Harmonies of #FC336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC336C

Black with #FC336C

Text Example


Text Example

White with #FC336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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