Html Css Color HEX #F52950 Amaranth

📋 copy color: '#F52950'

red 245 ◦ green 41 ◦ blue 80

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

Shades of Amaranth #F52950

Tints of Amaranth #F52950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 66.94%
G = 11.2%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F52950 (or 0xF52950) is known color: Amaranth. HEX triplet: F5, 29 and 50. RGB value is (245,41,80). Sum of RGB (Red+Green+Blue) = 245+41+80=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F52950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52950 is #0AD6AF. Grayscale: #6A6A6A. Windows color (decimal): -710320 or 5253621. OLE color: 5253621.

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

Color convert

RGB 245 41 80 -
CMYK 0 0.83 0.67 0.04
HSL 348.53º 0.91% 0.56% -
HSV(B) 348.53º 0.83% 0.96% -
XYZ 39.9 21.58 9.65 -
YUV 106.44 113.09 226.83 -
System Red Green Blue C M Y K H S L
Decimal 245 41 80 0 0.83 0.67 0.04 348.53 0.91 0.56
Hex F5 29 50 0 53 43 4 15D 5B 38
Octal 365 51 120 0 123 103 4 535 133 70
Binary 11110101 101001 1010000 0 1010011 1000011 100 101011101 1011011 111000

Color Harmonies of #F52950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52950

Black with #F52950

Text Example


Text Example

White with #F52950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52950; }

 p { color: rgb(245,41,80); }

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

background-color css

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

 a { background-color: rgb(245,41,80); }

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

border-color css

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

 span { border-color: rgb(245,41,80); }

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