Html Css Color HEX #F83A3C Alizarin

📋 copy color: '#F83A3C'

red 248 ◦ green 58 ◦ blue 60

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

Shades of Alizarin #F83A3C

Tints of Alizarin #F83A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.85%

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

R = 67.76%
G = 15.85%
B = 16.39%

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

#F83A3C (or 0xF83A3C) is known color: Alizarin. HEX triplet: F8, 3A and 3C. RGB value is (248,58,60). Sum of RGB (Red+Green+Blue) = 248+58+60=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83A3C is #07C5C3. Grayscale: #737373. Windows color (decimal): -509380 or 3947256. OLE color: 3947256.

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

Color convert

RGB 248 58 60 -
CMYK 0 0.77 0.76 0.03
HSL 359.37º 0.93% 0.6% -
HSV(B) 359.37º 0.77% 0.97% -
XYZ 41.04 23.31 6.61 -
YUV 115.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 248 58 60 0 0.77 0.76 0.03 359.37 0.93 0.6
Hex F8 3A 3C 0 4D 4C 3 167 5D 3C
Octal 370 72 74 0 115 114 3 547 135 74
Binary 11111000 111010 111100 0 1001101 1001100 11 101100111 1011101 111100

Color Harmonies of #F83A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83A3C

Black with #F83A3C

Text Example


Text Example

White with #F83A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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