Html Css Color HEX #F5263C Alizarin

📋 copy color: '#F5263C'

red 245 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #F5263C

Tints of Alizarin #F5263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.08%

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

R = 71.43%
G = 11.08%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5263C (or 0xF5263C) is known color: Alizarin. HEX triplet: F5, 26 and 3C. RGB value is (245,38,60). Sum of RGB (Red+Green+Blue) = 245+38+60=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5263C is #0AD9C3. Grayscale: #666666. Windows color (decimal): -711108 or 3942133. OLE color: 3942133.

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

Color convert

RGB 245 38 60 -
CMYK 0 0.84 0.76 0.04
HSL 353.62º 0.91% 0.55% -
HSV(B) 353.62º 0.84% 0.96% -
XYZ 39.16 21.12 6.29 -
YUV 102.4 104.08 229.71 -
System Red Green Blue C M Y K H S L
Decimal 245 38 60 0 0.84 0.76 0.04 353.62 0.91 0.55
Hex F5 26 3C 0 54 4C 4 162 5B 37
Octal 365 46 74 0 124 114 4 542 133 67
Binary 11110101 100110 111100 0 1010100 1001100 100 101100010 1011011 110111

Color Harmonies of #F5263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5263C

Black with #F5263C

Text Example


Text Example

White with #F5263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5263C; }

 p { color: rgb(245,38,60); }

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

background-color css

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

 a { background-color: rgb(245,38,60); }

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

border-color css

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

 span { border-color: rgb(245,38,60); }

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