#F5262A

Color #F5262A Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F5262A

Tints of Alizarin #F5262A

Color information

#F5262A (or 0xF5262A) is unknown color: approx Alizarin. HEX triplet: F5, 26 and 2A. RGB value is (245,38,42). Sum of RGB (Red+Green+Blue) = 245+38+42=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F5262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5262A is #0AD9D5. Grayscale: #646464. Windows color (decimal): -711126 or 2762485. OLE color: 2762485.

HSL color Cylindrical-coordinate representation of color #F5262A: hue angle of 358.84º 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 #F5262A is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB2453842-
CMYK00.840.830.04
HSL358.84º91.19%55.49%-
HSV(B)358.84º84.49%96.08%-
XYZ38.7720.974.19-
YUV100.3595.08231.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.38%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=75.38%
G=11.69%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245384200.840.830.04358.8491.1955.49
HexF5262A0545341675b37
Octal36546520124123454713367
Binary111101011001101010100101010010100111001011001111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5262A; }

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

 H1.HeaderClassName
 {
   color: #F5262A;
 }
 .AnyTagClassName
 {
   color: #F5262A;
 }
</style>
background-color css

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

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

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

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

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

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