Html Css Color HEX #FC335E Radical Red

📋 copy color: '#FC335E'

red 252 ◦ green 51 ◦ blue 94

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

Shades of Radical Red #FC335E

Tints of Radical Red #FC335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 63.48%
G = 12.85%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC335E (or 0xFC335E) is known color: Radical Red. HEX triplet: FC, 33 and 5E. RGB value is (252,51,94). Sum of RGB (Red+Green+Blue) = 252+51+94=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC335E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC335E is #03CCA1. Grayscale: #747474. Windows color (decimal): -248994 or 6173692. OLE color: 6173692.

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

Color convert

RGB 252 51 94 -
CMYK 0 0.80 0.63 0.01
HSL 347.16º 0.97% 0.59% -
HSV(B) 347.16º 0.8% 0.99% -
XYZ 43.35 23.87 12.91 -
YUV 116 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 252 51 94 0 0.80 0.63 0.01 347.16 0.97 0.59
Hex FC 33 5E 0 50 3F 1 15B 61 3B
Octal 374 63 136 0 120 77 1 533 141 73
Binary 11111100 110011 1011110 0 1010000 111111 1 101011011 1100001 111011

Color Harmonies of #FC335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC335E

Black with #FC335E

Text Example


Text Example

White with #FC335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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