Html Css Color HEX #F8333C Alizarin

📋 copy color: '#F8333C'

red 248 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #F8333C

Tints of Alizarin #F8333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

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

R = 69.08%
G = 14.21%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8333C (or 0xF8333C) is known color: Alizarin. HEX triplet: F8, 33 and 3C. RGB value is (248,51,60). Sum of RGB (Red+Green+Blue) = 248+51+60=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F8333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8333C is #07CCC3. Grayscale: #6F6F6F. Windows color (decimal): -511172 or 3945464. OLE color: 3945464.

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

Color convert

RGB 248 51 60 -
CMYK 0 0.79 0.76 0.03
HSL 357.26º 0.93% 0.59% -
HSV(B) 357.26º 0.79% 0.97% -
XYZ 40.71 22.65 6.5 -
YUV 110.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 248 51 60 0 0.79 0.76 0.03 357.26 0.93 0.59
Hex F8 33 3C 0 4F 4C 3 165 5D 3B
Octal 370 63 74 0 117 114 3 545 135 73
Binary 11111000 110011 111100 0 1001111 1001100 11 101100101 1011101 111011

Color Harmonies of #F8333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8333C

Black with #F8333C

Text Example


Text Example

White with #F8333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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