Html Css Color HEX #FC2C6E Radical Red

📋 copy color: '#FC2C6E'

red 252 ◦ green 44 ◦ blue 110

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

Shades of Radical Red #FC2C6E

Tints of Radical Red #FC2C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 62.07%
G = 10.84%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC2C6E (or 0xFC2C6E) is known color: Radical Red. HEX triplet: FC, 2C and 6E. RGB value is (252,44,110). Sum of RGB (Red+Green+Blue) = 252+44+110=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C6E is #03D391. Grayscale: #717171. Windows color (decimal): -250770 or 7220476. OLE color: 7220476.

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

Color convert

RGB 252 44 110 -
CMYK 0 0.83 0.56 0.01
HSL 340.96º 0.97% 0.58% -
HSV(B) 340.96º 0.83% 0.99% -
XYZ 43.86 23.62 17 -
YUV 113.72 125.91 226.63 -
System Red Green Blue C M Y K H S L
Decimal 252 44 110 0 0.83 0.56 0.01 340.96 0.97 0.58
Hex FC 2C 6E 0 53 38 1 155 61 3A
Octal 374 54 156 0 123 70 1 525 141 72
Binary 11111100 101100 1101110 0 1010011 111000 1 101010101 1100001 111010

Color Harmonies of #FC2C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C6E

Black with #FC2C6E

Text Example


Text Example

White with #FC2C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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