Html Css Color HEX #FC2C69 Radical Red

📋 copy color: '#FC2C69'

red 252 ◦ green 44 ◦ blue 105

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

Shades of Radical Red #FC2C69

Tints of Radical Red #FC2C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 62.84%
G = 10.97%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC2C69 (or 0xFC2C69) is known color: Radical Red. HEX triplet: FC, 2C and 69. RGB value is (252,44,105). Sum of RGB (Red+Green+Blue) = 252+44+105=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C69 is #03D396. Grayscale: #717171. Windows color (decimal): -250775 or 6892796. OLE color: 6892796.

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

Color convert

RGB 252 44 105 -
CMYK 0 0.83 0.58 0.01
HSL 342.4º 0.97% 0.58% -
HSV(B) 342.4º 0.83% 0.99% -
XYZ 43.6 23.52 15.61 -
YUV 113.15 123.41 227.04 -
System Red Green Blue C M Y K H S L
Decimal 252 44 105 0 0.83 0.58 0.01 342.4 0.97 0.58
Hex FC 2C 69 0 53 3A 1 156 61 3A
Octal 374 54 151 0 123 72 1 526 141 72
Binary 11111100 101100 1101001 0 1010011 111010 1 101010110 1100001 111010

Color Harmonies of #FC2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C69

Black with #FC2C69

Text Example


Text Example

White with #FC2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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