Html Css Color HEX #FC2C74 Radical Red

📋 copy color: '#FC2C74'

red 252 ◦ green 44 ◦ blue 116

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

Shades of Radical Red #FC2C74

Tints of Radical Red #FC2C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 61.17%
G = 10.68%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC2C74 (or 0xFC2C74) is known color: Radical Red. HEX triplet: FC, 2C and 74. RGB value is (252,44,116). Sum of RGB (Red+Green+Blue) = 252+44+116=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C74 is #03D38B. Grayscale: #727272. Windows color (decimal): -250764 or 7613692. OLE color: 7613692.

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

Color convert

RGB 252 44 116 -
CMYK 0 0.83 0.54 0.01
HSL 339.23º 0.97% 0.58% -
HSV(B) 339.23º 0.83% 0.99% -
XYZ 44.2 23.76 18.78 -
YUV 114.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 252 44 116 0 0.83 0.54 0.01 339.23 0.97 0.58
Hex FC 2C 74 0 53 36 1 153 61 3A
Octal 374 54 164 0 123 66 1 523 141 72
Binary 11111100 101100 1110100 0 1010011 110110 1 101010011 1100001 111010

Color Harmonies of #FC2C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C74

Black with #FC2C74

Text Example


Text Example

White with #FC2C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C74; }

 p { color: rgb(252,44,116); }

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

background-color css

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

 a { background-color: rgb(252,44,116); }

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

border-color css

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

 span { border-color: rgb(252,44,116); }

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