Html Css Color HEX #F5233E Alizarin

📋 copy color: '#F5233E'

red 245 ◦ green 35 ◦ blue 62

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

Shades of Alizarin #F5233E

Tints of Alizarin #F5233E

RGB

 RED value IS 245 (96.09% from 255) = 71.64%

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

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 71.64%
G = 10.23%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5233E (or 0xF5233E) is known color: Alizarin. HEX triplet: F5, 23 and 3E. RGB value is (245,35,62). Sum of RGB (Red+Green+Blue) = 245+35+62=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F5233E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5233E is #0ADCC1. Grayscale: #646464. Windows color (decimal): -711874 or 4072437. OLE color: 4072437.

HSL color Cylindrical-coordinate representation of color #F5233E: hue angle of 352.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5233E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 35 62 -
CMYK 0 0.86 0.75 0.04
HSL 352.29º 0.91% 0.55% -
HSV(B) 352.29º 0.86% 0.96% -
XYZ 39.13 20.96 6.54 -
YUV 100.87 106.07 230.8 -
System Red Green Blue C M Y K H S L
Decimal 245 35 62 0 0.86 0.75 0.04 352.29 0.91 0.55
Hex F5 23 3E 0 56 4B 4 160 5B 37
Octal 365 43 76 0 126 113 4 540 133 67
Binary 11110101 100011 111110 0 1010110 1001011 100 101100000 1011011 110111

Color Harmonies of #F5233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5233E

Black with #F5233E

Text Example


Text Example

White with #F5233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5233E; }

 p { color: rgb(245,35,62); }

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

background-color css

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

 a { background-color: rgb(245,35,62); }

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

border-color css

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

 span { border-color: rgb(245,35,62); }

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