Html Css Color HEX #F7323F Alizarin

📋 copy color: '#F7323F'

red 247 ◦ green 50 ◦ blue 63

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

Shades of Alizarin #F7323F

Tints of Alizarin #F7323F

RGB

 RED value IS 247 (96.88% from 255) = 68.61%

 GREEN value IS 50 (19.92% from 255) = 13.89%

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

R = 68.61%
G = 13.89%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7323F (or 0xF7323F) is known color: Alizarin. HEX triplet: F7, 32 and 3F. RGB value is (247,50,63). Sum of RGB (Red+Green+Blue) = 247+50+63=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7323F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7323F is #08CDC0. Grayscale: #6E6E6E. Windows color (decimal): -576961 or 4141815. OLE color: 4141815.

HSL color Cylindrical-coordinate representation of color #F7323F: hue angle of 356.04º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7323F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 63 -
CMYK 0 0.80 0.74 0.03
HSL 356.04º 0.92% 0.58% -
HSV(B) 356.04º 0.8% 0.97% -
XYZ 40.4 22.41 6.9 -
YUV 110.39 101.27 225.44 -
System Red Green Blue C M Y K H S L
Decimal 247 50 63 0 0.80 0.74 0.03 356.04 0.92 0.58
Hex F7 32 3F 0 50 4A 3 164 5C 3A
Octal 367 62 77 0 120 112 3 544 134 72
Binary 11110111 110010 111111 0 1010000 1001010 11 101100100 1011100 111010

Color Harmonies of #F7323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7323F

Black with #F7323F

Text Example


Text Example

White with #F7323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7323F; }

 p { color: rgb(247,50,63); }

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

background-color css

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

 a { background-color: rgb(247,50,63); }

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

border-color css

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

 span { border-color: rgb(247,50,63); }

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