Html Css Color HEX #F7273F Alizarin

📋 copy color: '#F7273F'

red 247 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #F7273F

Tints of Alizarin #F7273F

RGB

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

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

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

R = 70.77%
G = 11.17%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7273F (or 0xF7273F) is known color: Alizarin. HEX triplet: F7, 27 and 3F. RGB value is (247,39,63). Sum of RGB (Red+Green+Blue) = 247+39+63=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F7273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7273F is #08D8C0. Grayscale: #686868. Windows color (decimal): -579777 or 4138999. OLE color: 4138999.

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

Color convert

RGB 247 39 63 -
CMYK 0 0.84 0.74 0.03
HSL 353.08º 0.93% 0.56% -
HSV(B) 353.08º 0.84% 0.97% -
XYZ 39.98 21.58 6.76 -
YUV 103.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 247 39 63 0 0.84 0.74 0.03 353.08 0.93 0.56
Hex F7 27 3F 0 54 4A 3 161 5D 38
Octal 367 47 77 0 124 112 3 541 135 70
Binary 11110111 100111 111111 0 1010100 1001010 11 101100001 1011101 111000

Color Harmonies of #F7273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7273F

Black with #F7273F

Text Example


Text Example

White with #F7273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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