Html Css Color HEX #F8233F Alizarin

📋 copy color: '#F8233F'

red 248 ◦ green 35 ◦ blue 63

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

Shades of Alizarin #F8233F

Tints of Alizarin #F8233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.21%

R = 71.68%
G = 10.12%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8233F (or 0xF8233F) is known color: Alizarin. HEX triplet: F8, 23 and 3F. RGB value is (248,35,63). Sum of RGB (Red+Green+Blue) = 248+35+63=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8233F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8233F is #07DCC0. Grayscale: #656565. Windows color (decimal): -515265 or 4137976. OLE color: 4137976.

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

Color convert

RGB 248 35 63 -
CMYK 0 0.86 0.75 0.03
HSL 352.11º 0.94% 0.55% -
HSV(B) 352.11º 0.86% 0.97% -
XYZ 40.21 21.52 6.74 -
YUV 101.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 248 35 63 0 0.86 0.75 0.03 352.11 0.94 0.55
Hex F8 23 3F 0 56 4B 3 160 5E 37
Octal 370 43 77 0 126 113 3 540 136 67
Binary 11111000 100011 111111 0 1010110 1001011 11 101100000 1011110 110111

Color Harmonies of #F8233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8233F

Black with #F8233F

Text Example


Text Example

White with #F8233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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