Html Css Color HEX #FC283F Alizarin

📋 copy color: '#FC283F'

red 252 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #FC283F

Tints of Alizarin #FC283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.27%

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

R = 70.99%
G = 11.27%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC283F (or 0xFC283F) is known color: Alizarin. HEX triplet: FC, 28 and 3F. RGB value is (252,40,63). Sum of RGB (Red+Green+Blue) = 252+40+63=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC283F is #03D7C0. Grayscale: #6A6A6A. Windows color (decimal): -251841 or 4139260. OLE color: 4139260.

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

Color convert

RGB 252 40 63 -
CMYK 0 0.84 0.75 0.01
HSL 353.49º 0.97% 0.57% -
HSV(B) 353.49º 0.84% 0.99% -
XYZ 41.8 22.57 6.86 -
YUV 106.01 103.74 232.13 -
System Red Green Blue C M Y K H S L
Decimal 252 40 63 0 0.84 0.75 0.01 353.49 0.97 0.57
Hex FC 28 3F 0 54 4B 1 161 61 39
Octal 374 50 77 0 124 113 1 541 141 71
Binary 11111100 101000 111111 0 1010100 1001011 1 101100001 1100001 111001

Color Harmonies of #FC283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC283F

Black with #FC283F

Text Example


Text Example

White with #FC283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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