Html Css Color HEX #F8253A Alizarin

📋 copy color: '#F8253A'

red 248 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #F8253A

Tints of Alizarin #F8253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.79%

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

R = 72.3%
G = 10.79%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8253A (or 0xF8253A) is known color: Alizarin. HEX triplet: F8, 25 and 3A. RGB value is (248,37,58). Sum of RGB (Red+Green+Blue) = 248+37+58=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8253A is #07DAC5. Grayscale: #666666. Windows color (decimal): -514758 or 3810808. OLE color: 3810808.

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

Color convert

RGB 248 37 58 -
CMYK 0 0.85 0.77 0.03
HSL 354.03º 0.94% 0.56% -
HSV(B) 354.03º 0.85% 0.97% -
XYZ 40.14 21.59 6.05 -
YUV 102.48 102.9 231.79 -
System Red Green Blue C M Y K H S L
Decimal 248 37 58 0 0.85 0.77 0.03 354.03 0.94 0.56
Hex F8 25 3A 0 55 4D 3 162 5E 38
Octal 370 45 72 0 125 115 3 542 136 70
Binary 11111000 100101 111010 0 1010101 1001101 11 101100010 1011110 111000

Color Harmonies of #F8253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8253A

Black with #F8253A

Text Example


Text Example

White with #F8253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8253A; }

 p { color: rgb(248,37,58); }

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

background-color css

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

 a { background-color: rgb(248,37,58); }

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

border-color css

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

 span { border-color: rgb(248,37,58); }

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