Html Css Color HEX #F82B3E Alizarin

📋 copy color: '#F82B3E'

red 248 ◦ green 43 ◦ blue 62

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

Shades of Alizarin #F82B3E

Tints of Alizarin #F82B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.18%

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 70.25%
G = 12.18%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F82B3E (or 0xF82B3E) is known color: Alizarin. HEX triplet: F8, 2B and 3E. RGB value is (248,43,62). Sum of RGB (Red+Green+Blue) = 248+43+62=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F82B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82B3E is #07D4C1. Grayscale: #6A6A6A. Windows color (decimal): -513218 or 4074488. OLE color: 4074488.

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

Color convert

RGB 248 43 62 -
CMYK 0 0.83 0.75 0.03
HSL 354.44º 0.94% 0.57% -
HSV(B) 354.44º 0.83% 0.97% -
XYZ 40.44 22.03 6.68 -
YUV 106.46 102.92 228.96 -
System Red Green Blue C M Y K H S L
Decimal 248 43 62 0 0.83 0.75 0.03 354.44 0.94 0.57
Hex F8 2B 3E 0 53 4B 3 162 5E 39
Octal 370 53 76 0 123 113 3 542 136 71
Binary 11111000 101011 111110 0 1010011 1001011 11 101100010 1011110 111001

Color Harmonies of #F82B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82B3E

Black with #F82B3E

Text Example


Text Example

White with #F82B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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