Html Css Color HEX #F5283E Alizarin

📋 copy color: '#F5283E'

red 245 ◦ green 40 ◦ blue 62

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

Shades of Alizarin #F5283E

Tints of Alizarin #F5283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

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

R = 70.61%
G = 11.53%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5283E (or 0xF5283E) is known color: Alizarin. HEX triplet: F5, 28 and 3E. RGB value is (245,40,62). Sum of RGB (Red+Green+Blue) = 245+40+62=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F5283E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5283E is #0AD7C1. Grayscale: #676767. Windows color (decimal): -710594 or 4073717. OLE color: 4073717.

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

Color convert

RGB 245 40 62 -
CMYK 0 0.84 0.75 0.04
HSL 353.56º 0.91% 0.56% -
HSV(B) 353.56º 0.84% 0.96% -
XYZ 39.28 21.28 6.59 -
YUV 103.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 245 40 62 0 0.84 0.75 0.04 353.56 0.91 0.56
Hex F5 28 3E 0 54 4B 4 162 5B 38
Octal 365 50 76 0 124 113 4 542 133 70
Binary 11110101 101000 111110 0 1010100 1001011 100 101100010 1011011 111000

Color Harmonies of #F5283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5283E

Black with #F5283E

Text Example


Text Example

White with #F5283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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