Html Css Color HEX #FC3270 Radical Red

📋 copy color: '#FC3270'

red 252 ◦ green 50 ◦ blue 112

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

Shades of Radical Red #FC3270

Tints of Radical Red #FC3270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 60.87%
G = 12.08%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC3270 (or 0xFC3270) is known color: Radical Red. HEX triplet: FC, 32 and 70. RGB value is (252,50,112). Sum of RGB (Red+Green+Blue) = 252+50+112=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3270 is #03CD8F. Grayscale: #757575. Windows color (decimal): -249232 or 7353084. OLE color: 7353084.

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

Color convert

RGB 252 50 112 -
CMYK 0 0.80 0.56 0.01
HSL 341.58º 0.97% 0.59% -
HSV(B) 341.58º 0.8% 0.99% -
XYZ 44.21 24.15 17.66 -
YUV 117.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 252 50 112 0 0.80 0.56 0.01 341.58 0.97 0.59
Hex FC 32 70 0 50 38 1 156 61 3B
Octal 374 62 160 0 120 70 1 526 141 73
Binary 11111100 110010 1110000 0 1010000 111000 1 101010110 1100001 111011

Color Harmonies of #FC3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3270

Black with #FC3270

Text Example


Text Example

White with #FC3270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3270; }

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

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

background-color css

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

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

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

border-color css

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

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

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