Html Css Color HEX #FC2F3F Alizarin

📋 copy color: '#FC2F3F'

red 252 ◦ green 47 ◦ blue 63

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

Shades of Alizarin #FC2F3F

Tints of Alizarin #FC2F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.4%

R = 69.61%
G = 12.98%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC2F3F (or 0xFC2F3F) is known color: Alizarin. HEX triplet: FC, 2F and 3F. RGB value is (252,47,63). Sum of RGB (Red+Green+Blue) = 252+47+63=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F3F is #03D0C0. Grayscale: #6E6E6E. Windows color (decimal): -250049 or 4141052. OLE color: 4141052.

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

Color convert

RGB 252 47 63 -
CMYK 0 0.81 0.75 0.01
HSL 355.32º 0.97% 0.59% -
HSV(B) 355.32º 0.81% 0.99% -
XYZ 42.06 23.09 6.94 -
YUV 110.12 101.42 229.2 -
System Red Green Blue C M Y K H S L
Decimal 252 47 63 0 0.81 0.75 0.01 355.32 0.97 0.59
Hex FC 2F 3F 0 51 4B 1 163 61 3B
Octal 374 57 77 0 121 113 1 543 141 73
Binary 11111100 101111 111111 0 1010001 1001011 1 101100011 1100001 111011

Color Harmonies of #FC2F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F3F

Black with #FC2F3F

Text Example


Text Example

White with #FC2F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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