Html Css Color HEX #F8383C Alizarin

📋 copy color: '#F8383C'

red 248 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #F8383C

Tints of Alizarin #F8383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

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

R = 68.13%
G = 15.38%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8383C (or 0xF8383C) is known color: Alizarin. HEX triplet: F8, 38 and 3C. RGB value is (248,56,60). Sum of RGB (Red+Green+Blue) = 248+56+60=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F8383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8383C is #07C7C3. Grayscale: #727272. Windows color (decimal): -509892 or 3946744. OLE color: 3946744.

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

Color convert

RGB 248 56 60 -
CMYK 0 0.77 0.76 0.03
HSL 358.75º 0.93% 0.6% -
HSV(B) 358.75º 0.77% 0.97% -
XYZ 40.94 23.11 6.58 -
YUV 113.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 248 56 60 0 0.77 0.76 0.03 358.75 0.93 0.6
Hex F8 38 3C 0 4D 4C 3 167 5D 3C
Octal 370 70 74 0 115 114 3 547 135 74
Binary 11111000 111000 111100 0 1001101 1001100 11 101100111 1011101 111100

Color Harmonies of #F8383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8383C

Black with #F8383C

Text Example


Text Example

White with #F8383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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