Html Css Color HEX #F8233C Alizarin

📋 copy color: '#F8233C'

red 248 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #F8233C

Tints of Alizarin #F8233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

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

R = 72.3%
G = 10.2%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8233C (or 0xF8233C) is known color: Alizarin. HEX triplet: F8, 23 and 3C. RGB value is (248,35,60). Sum of RGB (Red+Green+Blue) = 248+35+60=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8233C is #07DCC3. Grayscale: #656565. Windows color (decimal): -515268 or 3941368. OLE color: 3941368.

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

Color convert

RGB 248 35 60 -
CMYK 0 0.86 0.76 0.03
HSL 352.96º 0.94% 0.55% -
HSV(B) 352.96º 0.86% 0.97% -
XYZ 40.13 21.48 6.31 -
YUV 101.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 248 35 60 0 0.86 0.76 0.03 352.96 0.94 0.55
Hex F8 23 3C 0 56 4C 3 161 5E 37
Octal 370 43 74 0 126 114 3 541 136 67
Binary 11111000 100011 111100 0 1010110 1001100 11 101100001 1011110 110111

Color Harmonies of #F8233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8233C

Black with #F8233C

Text Example


Text Example

White with #F8233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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