#F7363C

Color #F7363C Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F7363C

Tints of Alizarin #F7363C

Color information

#F7363C (or 0xF7363C) is unknown color: approx Alizarin. HEX triplet: F7, 36 and 3C. RGB value is (247,54,60). Sum of RGB (Red+Green+Blue) = 247+54+60=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7363C is #08C9C3. Grayscale: #707070. Windows color (decimal): -575940 or 3946231. OLE color: 3946231.

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

Color convert

RGB2475460-
CMYK00.780.760.03
HSL358.13º92.34%59.02%-
HSV(B)358.13º78.14%96.86%-
XYZ40.4922.746.53-
YUV112.3998.44224.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.42%
GREEN value IS 54 (21.48% from 255) = 14.96%
BLUE value IS 60 (23.83% from 255) = 16.62%
R=68.42%
G=14.96%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247546000.780.760.03358.1392.3459.02
HexF7363C04E4C31665c3b
Octal36766740116114354613473
Binary11110111110110111100010011101001100111011001101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7363C; }

 p { color: rgb(247,54,60); }

 H1.HeaderClassName
 {
   color: #F7363C;
 }
 .AnyTagClassName
 {
   color: #F7363C;
 }
</style>
background-color css

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

 a { background-color: rgb(247,54,60); }

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

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

 span { border-color: rgb(247,54,60); }

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