Html Css Color HEX #F5252B Alizarin

📋 copy color: '#F5252B'

red 245 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #F5252B

Tints of Alizarin #F5252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 75.38%
G = 11.38%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5252B (or 0xF5252B) is known color: Alizarin. HEX triplet: F5, 25 and 2B. RGB value is (245,37,43). Sum of RGB (Red+Green+Blue) = 245+37+43=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F5252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5252B is #0ADAD4. Grayscale: #646464. Windows color (decimal): -711381 or 2827765. OLE color: 2827765.

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

Color convert

RGB 245 37 43 -
CMYK 0 0.85 0.82 0.04
HSL 358.27º 0.91% 0.55% -
HSV(B) 358.27º 0.85% 0.96% -
XYZ 38.75 20.91 4.28 -
YUV 99.88 95.91 231.51 -
System Red Green Blue C M Y K H S L
Decimal 245 37 43 0 0.85 0.82 0.04 358.27 0.91 0.55
Hex F5 25 2B 0 55 52 4 166 5B 37
Octal 365 45 53 0 125 122 4 546 133 67
Binary 11110101 100101 101011 0 1010101 1010010 100 101100110 1011011 110111

Color Harmonies of #F5252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5252B

Black with #F5252B

Text Example


Text Example

White with #F5252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5252B; }

 p { color: rgb(245,37,43); }

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

background-color css

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

 a { background-color: rgb(245,37,43); }

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

border-color css

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

 span { border-color: rgb(245,37,43); }

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