Html Css Color HEX #FC3172 Radical Red

📋 copy color: '#FC3172'

red 252 ◦ green 49 ◦ blue 114

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

Shades of Radical Red #FC3172

Tints of Radical Red #FC3172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.81%

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 60.72%
G = 11.81%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC3172 (or 0xFC3172) is known color: Radical Red. HEX triplet: FC, 31 and 72. RGB value is (252,49,114). Sum of RGB (Red+Green+Blue) = 252+49+114=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3172 is #03CE8D. Grayscale: #757575. Windows color (decimal): -249486 or 7483900. OLE color: 7483900.

HSL color Cylindrical-coordinate representation of color #FC3172: hue angle of 340.79º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC3172 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 49 114 -
CMYK 0 0.81 0.55 0.01
HSL 340.79º 0.97% 0.59% -
HSV(B) 340.79º 0.81% 0.99% -
XYZ 44.28 24.11 18.24 -
YUV 117.11 126.25 224.21 -
System Red Green Blue C M Y K H S L
Decimal 252 49 114 0 0.81 0.55 0.01 340.79 0.97 0.59
Hex FC 31 72 0 51 37 1 155 61 3B
Octal 374 61 162 0 121 67 1 525 141 73
Binary 11111100 110001 1110010 0 1010001 110111 1 101010101 1100001 111011

Color Harmonies of #FC3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3172

Black with #FC3172

Text Example


Text Example

White with #FC3172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3172; }

 p { color: rgb(252,49,114); }

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

background-color css

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

 a { background-color: rgb(252,49,114); }

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

border-color css

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

 span { border-color: rgb(252,49,114); }

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