Html Css Color HEX #FC3273 Radical Red

📋 copy color: '#FC3273'

red 252 ◦ green 50 ◦ blue 115

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

Shades of Radical Red #FC3273

Tints of Radical Red #FC3273

RGB

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

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

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

R = 60.43%
G = 11.99%
B = 27.58%

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

#FC3273 (or 0xFC3273) is known color: Radical Red. HEX triplet: FC, 32 and 73. RGB value is (252,50,115). Sum of RGB (Red+Green+Blue) = 252+50+115=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3273 is #03CD8C. Grayscale: #757575. Windows color (decimal): -249229 or 7549692. OLE color: 7549692.

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

Color convert

RGB 252 50 115 -
CMYK 0 0.80 0.54 0.01
HSL 340.69º 0.97% 0.59% -
HSV(B) 340.69º 0.8% 0.99% -
XYZ 44.38 24.21 18.55 -
YUV 117.81 126.42 223.71 -
System Red Green Blue C M Y K H S L
Decimal 252 50 115 0 0.80 0.54 0.01 340.69 0.97 0.59
Hex FC 32 73 0 50 36 1 155 61 3B
Octal 374 62 163 0 120 66 1 525 141 73
Binary 11111100 110010 1110011 0 1010000 110110 1 101010101 1100001 111011

Color Harmonies of #FC3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3273

Black with #FC3273

Text Example


Text Example

White with #FC3273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3273; }

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

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

background-color css

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

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

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

border-color css

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

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

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