Html Css Color HEX #FC3472 Radical Red

📋 copy color: '#FC3472'

red 252 ◦ green 52 ◦ blue 114

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

Shades of Radical Red #FC3472

Tints of Radical Red #FC3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.44%

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

R = 60.29%
G = 12.44%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC3472 (or 0xFC3472) is known color: Radical Red. HEX triplet: FC, 34 and 72. RGB value is (252,52,114). Sum of RGB (Red+Green+Blue) = 252+52+114=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3472 is #03CB8D. Grayscale: #767676. Windows color (decimal): -248718 or 7484668. OLE color: 7484668.

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

Color convert

RGB 252 52 114 -
CMYK 0 0.79 0.55 0.01
HSL 341.4º 0.97% 0.6% -
HSV(B) 341.4º 0.79% 0.99% -
XYZ 44.41 24.37 18.28 -
YUV 118.87 125.26 222.96 -
System Red Green Blue C M Y K H S L
Decimal 252 52 114 0 0.79 0.55 0.01 341.4 0.97 0.6
Hex FC 34 72 0 4F 37 1 155 61 3C
Octal 374 64 162 0 117 67 1 525 141 74
Binary 11111100 110100 1110010 0 1001111 110111 1 101010101 1100001 111100

Color Harmonies of #FC3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3472

Black with #FC3472

Text Example


Text Example

White with #FC3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3472; }

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

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

background-color css

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

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

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

border-color css

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

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

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