Html Css Color HEX #FC334C Radical Red

📋 copy color: '#FC334C'

red 252 ◦ green 51 ◦ blue 76

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

Shades of Radical Red #FC334C

Tints of Radical Red #FC334C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 66.49%
G = 13.46%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC334C (or 0xFC334C) is known color: Radical Red. HEX triplet: FC, 33 and 4C. RGB value is (252,51,76). Sum of RGB (Red+Green+Blue) = 252+51+76=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC334C is #03CCB3. Grayscale: #727272. Windows color (decimal): -249012 or 4994044. OLE color: 4994044.

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

Color convert

RGB 252 51 76 -
CMYK 0 0.80 0.70 0.01
HSL 352.54º 0.97% 0.59% -
HSV(B) 352.54º 0.8% 0.99% -
XYZ 42.63 23.58 9.14 -
YUV 113.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 252 51 76 0 0.80 0.70 0.01 352.54 0.97 0.59
Hex FC 33 4C 0 50 46 1 161 61 3B
Octal 374 63 114 0 120 106 1 541 141 73
Binary 11111100 110011 1001100 0 1010000 1000110 1 101100001 1100001 111011

Color Harmonies of #FC334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC334C

Black with #FC334C

Text Example


Text Example

White with #FC334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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