Html Css Color HEX #F7233F Alizarin

📋 copy color: '#F7233F'

red 247 ◦ green 35 ◦ blue 63

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

Shades of Alizarin #F7233F

Tints of Alizarin #F7233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

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

R = 71.59%
G = 10.14%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7233F (or 0xF7233F) is known color: Alizarin. HEX triplet: F7, 23 and 3F. RGB value is (247,35,63). Sum of RGB (Red+Green+Blue) = 247+35+63=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7233F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7233F is #08DCC0. Grayscale: #656565. Windows color (decimal): -580801 or 4137975. OLE color: 4137975.

HSL color Cylindrical-coordinate representation of color #F7233F: hue angle of 352.08º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7233F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 35 63 -
CMYK 0 0.86 0.74 0.03
HSL 352.08º 0.93% 0.55% -
HSV(B) 352.08º 0.86% 0.97% -
XYZ 39.86 21.34 6.72 -
YUV 101.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 247 35 63 0 0.86 0.74 0.03 352.08 0.93 0.55
Hex F7 23 3F 0 56 4A 3 160 5D 37
Octal 367 43 77 0 126 112 3 540 135 67
Binary 11110111 100011 111111 0 1010110 1001010 11 101100000 1011101 110111

Color Harmonies of #F7233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7233F

Black with #F7233F

Text Example


Text Example

White with #F7233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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