Html Css Color HEX #F8272F Alizarin

📋 copy color: '#F8272F'

red 248 ◦ green 39 ◦ blue 47

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

Shades of Alizarin #F8272F

Tints of Alizarin #F8272F

RGB

 RED value IS 248 (97.27% from 255) = 74.25%

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

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 74.25%
G = 11.68%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8272F (or 0xF8272F) is known color: Alizarin. HEX triplet: F8, 27 and 2F. RGB value is (248,39,47). Sum of RGB (Red+Green+Blue) = 248+39+47=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F8272F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8272F is #07D8D0. Grayscale: #666666. Windows color (decimal): -514257 or 3090424. OLE color: 3090424.

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

Color convert

RGB 248 39 47 -
CMYK 0 0.84 0.81 0.03
HSL 357.7º 0.94% 0.56% -
HSV(B) 357.7º 0.84% 0.97% -
XYZ 39.95 21.61 4.76 -
YUV 102.4 96.74 231.85 -
System Red Green Blue C M Y K H S L
Decimal 248 39 47 0 0.84 0.81 0.03 357.7 0.94 0.56
Hex F8 27 2F 0 54 51 3 166 5E 38
Octal 370 47 57 0 124 121 3 546 136 70
Binary 11111000 100111 101111 0 1010100 1010001 11 101100110 1011110 111000

Color Harmonies of #F8272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8272F

Black with #F8272F

Text Example


Text Example

White with #F8272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8272F; }

 p { color: rgb(248,39,47); }

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

background-color css

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

 a { background-color: rgb(248,39,47); }

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

border-color css

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

 span { border-color: rgb(248,39,47); }

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