Html Css Color HEX #FC2C5A Radical Red

📋 copy color: '#FC2C5A'

red 252 ◦ green 44 ◦ blue 90

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

Shades of Radical Red #FC2C5A

Tints of Radical Red #FC2C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 65.28%
G = 11.4%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC2C5A (or 0xFC2C5A) is known color: Radical Red. HEX triplet: FC, 2C and 5A. RGB value is (252,44,90). Sum of RGB (Red+Green+Blue) = 252+44+90=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C5A is #03D3A5. Grayscale: #6F6F6F. Windows color (decimal): -250790 or 5909756. OLE color: 5909756.

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

Color convert

RGB 252 44 90 -
CMYK 0 0.83 0.64 0.01
HSL 346.73º 0.97% 0.58% -
HSV(B) 346.73º 0.83% 0.99% -
XYZ 42.89 23.24 11.9 -
YUV 111.44 115.91 228.26 -
System Red Green Blue C M Y K H S L
Decimal 252 44 90 0 0.83 0.64 0.01 346.73 0.97 0.58
Hex FC 2C 5A 0 53 40 1 15B 61 3A
Octal 374 54 132 0 123 100 1 533 141 72
Binary 11111100 101100 1011010 0 1010011 1000000 1 101011011 1100001 111010

Color Harmonies of #FC2C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C5A

Black with #FC2C5A

Text Example


Text Example

White with #FC2C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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