Html Css Color HEX #F8282F Alizarin

📋 copy color: '#F8282F'

red 248 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #F8282F

Tints of Alizarin #F8282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

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

R = 74.03%
G = 11.94%
B = 14.03%

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

#F8282F (or 0xF8282F) is known color: Alizarin. HEX triplet: F8, 28 and 2F. RGB value is (248,40,47). Sum of RGB (Red+Green+Blue) = 248+40+47=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F8282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8282F is #07D7D0. Grayscale: #676767. Windows color (decimal): -514001 or 3090680. OLE color: 3090680.

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

Color convert

RGB 248 40 47 -
CMYK 0 0.84 0.81 0.03
HSL 357.98º 0.94% 0.56% -
HSV(B) 357.98º 0.84% 0.97% -
XYZ 39.98 21.68 4.77 -
YUV 102.99 96.41 231.43 -
System Red Green Blue C M Y K H S L
Decimal 248 40 47 0 0.84 0.81 0.03 357.98 0.94 0.56
Hex F8 28 2F 0 54 51 3 166 5E 38
Octal 370 50 57 0 124 121 3 546 136 70
Binary 11111000 101000 101111 0 1010100 1010001 11 101100110 1011110 111000

Color Harmonies of #F8282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8282F

Black with #F8282F

Text Example


Text Example

White with #F8282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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