Html Css Color HEX #F53342 Amaranth

📋 copy color: '#F53342'

red 245 ◦ green 51 ◦ blue 66

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

Shades of Amaranth #F53342

Tints of Amaranth #F53342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 67.68%
G = 14.09%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53342 (or 0xF53342) is known color: Amaranth. HEX triplet: F5, 33 and 42. RGB value is (245,51,66). Sum of RGB (Red+Green+Blue) = 245+51+66=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F53342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53342 is #0ACCBD. Grayscale: #6E6E6E. Windows color (decimal): -707774 or 4338677. OLE color: 4338677.

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

Color convert

RGB 245 51 66 -
CMYK 0 0.79 0.73 0.04
HSL 355.36º 0.91% 0.58% -
HSV(B) 355.36º 0.79% 0.96% -
XYZ 39.82 22.17 7.34 -
YUV 110.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 245 51 66 0 0.79 0.73 0.04 355.36 0.91 0.58
Hex F5 33 42 0 4F 49 4 163 5B 3A
Octal 365 63 102 0 117 111 4 543 133 72
Binary 11110101 110011 1000010 0 1001111 1001001 100 101100011 1011011 111010

Color Harmonies of #F53342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53342

Black with #F53342

Text Example


Text Example

White with #F53342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53342; }

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

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

background-color css

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

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

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

border-color css

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

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

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