Html Css Color HEX #F7233A Alizarin

📋 copy color: '#F7233A'

red 247 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #F7233A

Tints of Alizarin #F7233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 72.65%
G = 10.29%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F7233A (or 0xF7233A) is known color: Alizarin. HEX triplet: F7, 23 and 3A. RGB value is (247,35,58). Sum of RGB (Red+Green+Blue) = 247+35+58=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F7233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7233A is #08DCC5. Grayscale: #656565. Windows color (decimal): -580806 or 3810295. OLE color: 3810295.

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

Color convert

RGB 247 35 58 -
CMYK 0 0.86 0.77 0.03
HSL 353.49º 0.93% 0.55% -
HSV(B) 353.49º 0.86% 0.97% -
XYZ 39.72 21.28 6.02 -
YUV 101.01 103.74 232.13 -
System Red Green Blue C M Y K H S L
Decimal 247 35 58 0 0.86 0.77 0.03 353.49 0.93 0.55
Hex F7 23 3A 0 56 4D 3 161 5D 37
Octal 367 43 72 0 126 115 3 541 135 67
Binary 11110111 100011 111010 0 1010110 1001101 11 101100001 1011101 110111

Color Harmonies of #F7233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7233A

Black with #F7233A

Text Example


Text Example

White with #F7233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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