Html Css Color HEX #F82D3C Alizarin

📋 copy color: '#F82D3C'

red 248 ◦ green 45 ◦ blue 60

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

Shades of Alizarin #F82D3C

Tints of Alizarin #F82D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.75%

 BLUE value IS 60 (23.83% from 255) = 17%

R = 70.25%
G = 12.75%
B = 17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F82D3C (or 0xF82D3C) is known color: Alizarin. HEX triplet: F8, 2D and 3C. RGB value is (248,45,60). Sum of RGB (Red+Green+Blue) = 248+45+60=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D3C is #07D2C3. Grayscale: #6B6B6B. Windows color (decimal): -512708 or 3943928. OLE color: 3943928.

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

Color convert

RGB 248 45 60 -
CMYK 0 0.82 0.76 0.03
HSL 355.57º 0.94% 0.57% -
HSV(B) 355.57º 0.82% 0.97% -
XYZ 40.47 22.16 6.42 -
YUV 107.41 101.25 228.28 -
System Red Green Blue C M Y K H S L
Decimal 248 45 60 0 0.82 0.76 0.03 355.57 0.94 0.57
Hex F8 2D 3C 0 52 4C 3 164 5E 39
Octal 370 55 74 0 122 114 3 544 136 71
Binary 11111000 101101 111100 0 1010010 1001100 11 101100100 1011110 111001

Color Harmonies of #F82D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D3C

Black with #F82D3C

Text Example


Text Example

White with #F82D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D3C; }

 p { color: rgb(248,45,60); }

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

background-color css

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

 a { background-color: rgb(248,45,60); }

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

border-color css

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

 span { border-color: rgb(248,45,60); }

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