Html Css Color HEX #F7273C Alizarin

📋 copy color: '#F7273C'

red 247 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #F7273C

Tints of Alizarin #F7273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 71.39%
G = 11.27%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7273C (or 0xF7273C) is known color: Alizarin. HEX triplet: F7, 27 and 3C. RGB value is (247,39,60). Sum of RGB (Red+Green+Blue) = 247+39+60=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F7273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7273C is #08D8C3. Grayscale: #676767. Windows color (decimal): -579780 or 3942391. OLE color: 3942391.

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

Color convert

RGB 247 39 60 -
CMYK 0 0.84 0.76 0.03
HSL 353.94º 0.93% 0.56% -
HSV(B) 353.94º 0.84% 0.97% -
XYZ 39.9 21.55 6.33 -
YUV 103.59 103.41 230.29 -
System Red Green Blue C M Y K H S L
Decimal 247 39 60 0 0.84 0.76 0.03 353.94 0.93 0.56
Hex F7 27 3C 0 54 4C 3 162 5D 38
Octal 367 47 74 0 124 114 3 542 135 70
Binary 11110111 100111 111100 0 1010100 1001100 11 101100010 1011101 111000

Color Harmonies of #F7273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7273C

Black with #F7273C

Text Example


Text Example

White with #F7273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7273C; }

 p { color: rgb(247,39,60); }

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

background-color css

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

 a { background-color: rgb(247,39,60); }

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

border-color css

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

 span { border-color: rgb(247,39,60); }

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