Html Css Color HEX #FC2C75 Radical Red

📋 copy color: '#FC2C75'

red 252 ◦ green 44 ◦ blue 117

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

Shades of Radical Red #FC2C75

Tints of Radical Red #FC2C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 61.02%
G = 10.65%
B = 28.33%

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

#FC2C75 (or 0xFC2C75) is known color: Radical Red. HEX triplet: FC, 2C and 75. RGB value is (252,44,117). Sum of RGB (Red+Green+Blue) = 252+44+117=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C75 is #03D38A. Grayscale: #727272. Windows color (decimal): -250763 or 7679228. OLE color: 7679228.

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

Color convert

RGB 252 44 117 -
CMYK 0 0.83 0.54 0.01
HSL 338.94º 0.97% 0.58% -
HSV(B) 338.94º 0.83% 0.99% -
XYZ 44.26 23.78 19.09 -
YUV 114.51 129.41 226.06 -
System Red Green Blue C M Y K H S L
Decimal 252 44 117 0 0.83 0.54 0.01 338.94 0.97 0.58
Hex FC 2C 75 0 53 36 1 153 61 3A
Octal 374 54 165 0 123 66 1 523 141 72
Binary 11111100 101100 1110101 0 1010011 110110 1 101010011 1100001 111010

Color Harmonies of #FC2C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C75

Black with #FC2C75

Text Example


Text Example

White with #FC2C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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