Html Css Color HEX #F53344 Amaranth

📋 copy color: '#F53344'

red 245 ◦ green 51 ◦ blue 68

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

Shades of Amaranth #F53344

Tints of Amaranth #F53344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 67.31%
G = 14.01%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F53344 (or 0xF53344) is known color: Amaranth. HEX triplet: F5, 33 and 44. RGB value is (245,51,68). Sum of RGB (Red+Green+Blue) = 245+51+68=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F53344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53344 is #0ACCBB. Grayscale: #6F6F6F. Windows color (decimal): -707772 or 4469749. OLE color: 4469749.

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

Color convert

RGB 245 51 68 -
CMYK 0 0.79 0.72 0.04
HSL 354.74º 0.91% 0.58% -
HSV(B) 354.74º 0.79% 0.96% -
XYZ 39.88 22.2 7.65 -
YUV 110.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 245 51 68 0 0.79 0.72 0.04 354.74 0.91 0.58
Hex F5 33 44 0 4F 48 4 163 5B 3A
Octal 365 63 104 0 117 110 4 543 133 72
Binary 11110101 110011 1000100 0 1001111 1001000 100 101100011 1011011 111010

Color Harmonies of #F53344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53344

Black with #F53344

Text Example


Text Example

White with #F53344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53344; }

 p { color: rgb(245,51,68); }

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

background-color css

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

 a { background-color: rgb(245,51,68); }

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

border-color css

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

 span { border-color: rgb(245,51,68); }

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