Html Css Color HEX #FC2F3C Alizarin

📋 copy color: '#FC2F3C'

red 252 ◦ green 47 ◦ blue 60

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

Shades of Alizarin #FC2F3C

Tints of Alizarin #FC2F3C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.09%

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 70.19%
G = 13.09%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC2F3C (or 0xFC2F3C) is known color: Alizarin. HEX triplet: FC, 2F and 3C. RGB value is (252,47,60). Sum of RGB (Red+Green+Blue) = 252+47+60=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F3C is #03D0C3. Grayscale: #6D6D6D. Windows color (decimal): -250052 or 3944444. OLE color: 3944444.

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

Color convert

RGB 252 47 60 -
CMYK 0 0.81 0.76 0.01
HSL 356.2º 0.97% 0.59% -
HSV(B) 356.2º 0.81% 0.99% -
XYZ 41.98 23.05 6.51 -
YUV 109.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 252 47 60 0 0.81 0.76 0.01 356.2 0.97 0.59
Hex FC 2F 3C 0 51 4C 1 164 61 3B
Octal 374 57 74 0 121 114 1 544 141 73
Binary 11111100 101111 111100 0 1010001 1001100 1 101100100 1100001 111011

Color Harmonies of #FC2F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F3C

Black with #FC2F3C

Text Example


Text Example

White with #FC2F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F3C; }

 p { color: rgb(252,47,60); }

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

background-color css

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

 a { background-color: rgb(252,47,60); }

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

border-color css

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

 span { border-color: rgb(252,47,60); }

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