Html Css Color HEX #FC2172 Radical Red

📋 copy color: '#FC2172'

red 252 ◦ green 33 ◦ blue 114

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

Shades of Radical Red #FC2172

Tints of Radical Red #FC2172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.27%

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

R = 63.16%
G = 8.27%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC2172 (or 0xFC2172) is known color: Radical Red. HEX triplet: FC, 21 and 72. RGB value is (252,33,114). Sum of RGB (Red+Green+Blue) = 252+33+114=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2172 is #03DE8D. Grayscale: #6B6B6B. Windows color (decimal): -253582 or 7479804. OLE color: 7479804.

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

Color convert

RGB 252 33 114 -
CMYK 0 0.87 0.55 0.01
HSL 337.81º 0.97% 0.56% -
HSV(B) 337.81º 0.87% 0.99% -
XYZ 43.73 23 18.05 -
YUV 107.72 131.55 230.91 -
System Red Green Blue C M Y K H S L
Decimal 252 33 114 0 0.87 0.55 0.01 337.81 0.97 0.56
Hex FC 21 72 0 57 37 1 152 61 38
Octal 374 41 162 0 127 67 1 522 141 70
Binary 11111100 100001 1110010 0 1010111 110111 1 101010010 1100001 111000

Color Harmonies of #FC2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2172

Black with #FC2172

Text Example


Text Example

White with #FC2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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