Html Css Color HEX #F8273D Alizarin

📋 copy color: '#F8273D'

red 248 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #F8273D

Tints of Alizarin #F8273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 71.26%
G = 11.21%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8273D (or 0xF8273D) is known color: Alizarin. HEX triplet: F8, 27 and 3D. RGB value is (248,39,61). Sum of RGB (Red+Green+Blue) = 248+39+61=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8273D is #07D8C2. Grayscale: #686868. Windows color (decimal): -514243 or 4007928. OLE color: 4007928.

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

Color convert

RGB 248 39 61 -
CMYK 0 0.84 0.75 0.03
HSL 353.68º 0.94% 0.56% -
HSV(B) 353.68º 0.84% 0.97% -
XYZ 40.28 21.74 6.49 -
YUV 104 103.74 230.71 -
System Red Green Blue C M Y K H S L
Decimal 248 39 61 0 0.84 0.75 0.03 353.68 0.94 0.56
Hex F8 27 3D 0 54 4B 3 162 5E 38
Octal 370 47 75 0 124 113 3 542 136 70
Binary 11111000 100111 111101 0 1010100 1001011 11 101100010 1011110 111000

Color Harmonies of #F8273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8273D

Black with #F8273D

Text Example


Text Example

White with #F8273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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