Html Css Color HEX #F73233 Alizarin

📋 copy color: '#F73233'

red 247 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #F73233

Tints of Alizarin #F73233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.66%

R = 70.98%
G = 14.37%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F73233 (or 0xF73233) is known color: Alizarin. HEX triplet: F7, 32 and 33. RGB value is (247,50,51). Sum of RGB (Red+Green+Blue) = 247+50+51=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F73233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73233 is #08CDCC. Grayscale: #6D6D6D. Windows color (decimal): -576973 or 3355383. OLE color: 3355383.

HSL color Cylindrical-coordinate representation of color #F73233: hue angle of 359.7º 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 #F73233 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 51 -
CMYK 0 0.80 0.79 0.03
HSL 359.7º 0.92% 0.58% -
HSV(B) 359.7º 0.8% 0.97% -
XYZ 40.1 22.29 5.32 -
YUV 109.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 247 50 51 0 0.80 0.79 0.03 359.7 0.92 0.58
Hex F7 32 33 0 50 4F 3 168 5C 3A
Octal 367 62 63 0 120 117 3 550 134 72
Binary 11110111 110010 110011 0 1010000 1001111 11 101101000 1011100 111010

Color Harmonies of #F73233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73233

Black with #F73233

Text Example


Text Example

White with #F73233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73233; }

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

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

background-color css

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

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

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

border-color css

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

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

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