Html Css Color HEX #F8252B Alizarin

📋 copy color: '#F8252B'

red 248 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #F8252B

Tints of Alizarin #F8252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 75.61%
G = 11.28%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8252B (or 0xF8252B) is known color: Alizarin. HEX triplet: F8, 25 and 2B. RGB value is (248,37,43). Sum of RGB (Red+Green+Blue) = 248+37+43=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8252B is #07DAD4. Grayscale: #646464. Windows color (decimal): -514773 or 2827768. OLE color: 2827768.

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

Color convert

RGB 248 37 43 -
CMYK 0 0.85 0.83 0.03
HSL 358.29º 0.94% 0.56% -
HSV(B) 358.29º 0.85% 0.97% -
XYZ 39.81 21.45 4.33 -
YUV 100.77 95.4 233.01 -
System Red Green Blue C M Y K H S L
Decimal 248 37 43 0 0.85 0.83 0.03 358.29 0.94 0.56
Hex F8 25 2B 0 55 53 3 166 5E 38
Octal 370 45 53 0 125 123 3 546 136 70
Binary 11111000 100101 101011 0 1010101 1010011 11 101100110 1011110 111000

Color Harmonies of #F8252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8252B

Black with #F8252B

Text Example


Text Example

White with #F8252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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