Html Css Color HEX #FC3373 Radical Red

📋 copy color: '#FC3373'

red 252 ◦ green 51 ◦ blue 115

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

Shades of Radical Red #FC3373

Tints of Radical Red #FC3373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 60.29%
G = 12.2%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC3373 (or 0xFC3373) is known color: Radical Red. HEX triplet: FC, 33 and 73. RGB value is (252,51,115). Sum of RGB (Red+Green+Blue) = 252+51+115=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3373 is #03CC8C. Grayscale: #767676. Windows color (decimal): -248973 or 7549948. OLE color: 7549948.

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

Color convert

RGB 252 51 115 -
CMYK 0 0.80 0.54 0.01
HSL 340.9º 0.97% 0.59% -
HSV(B) 340.9º 0.8% 0.99% -
XYZ 44.42 24.3 18.57 -
YUV 118.4 126.09 223.3 -
System Red Green Blue C M Y K H S L
Decimal 252 51 115 0 0.80 0.54 0.01 340.9 0.97 0.59
Hex FC 33 73 0 50 36 1 155 61 3B
Octal 374 63 163 0 120 66 1 525 141 73
Binary 11111100 110011 1110011 0 1010000 110110 1 101010101 1100001 111011

Color Harmonies of #FC3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3373

Black with #FC3373

Text Example


Text Example

White with #FC3373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3373; }

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

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

background-color css

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

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

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

border-color css

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

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

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