Html Css Color HEX #F7233B Alizarin

📋 copy color: '#F7233B'

red 247 ◦ green 35 ◦ blue 59

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

Shades of Alizarin #F7233B

Tints of Alizarin #F7233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 72.43%
G = 10.26%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7233B (or 0xF7233B) is known color: Alizarin. HEX triplet: F7, 23 and 3B. RGB value is (247,35,59). Sum of RGB (Red+Green+Blue) = 247+35+59=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F7233B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7233B is #08DCC4. Grayscale: #656565. Windows color (decimal): -580805 or 3875831. OLE color: 3875831.

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

Color convert

RGB 247 35 59 -
CMYK 0 0.86 0.76 0.03
HSL 353.21º 0.93% 0.55% -
HSV(B) 353.21º 0.86% 0.97% -
XYZ 39.75 21.29 6.15 -
YUV 101.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 247 35 59 0 0.86 0.76 0.03 353.21 0.93 0.55
Hex F7 23 3B 0 56 4C 3 161 5D 37
Octal 367 43 73 0 126 114 3 541 135 67
Binary 11110111 100011 111011 0 1010110 1001100 11 101100001 1011101 110111

Color Harmonies of #F7233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7233B

Black with #F7233B

Text Example


Text Example

White with #F7233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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