Html Css Color HEX #F51D4B Amaranth

📋 copy color: '#F51D4B'

red 245 ◦ green 29 ◦ blue 75

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

Shades of Amaranth #F51D4B

Tints of Amaranth #F51D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.31%

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 70.2%
G = 8.31%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F51D4B (or 0xF51D4B) is known color: Amaranth. HEX triplet: F5, 1D and 4B. RGB value is (245,29,75). Sum of RGB (Red+Green+Blue) = 245+29+75=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51D4B is #0AE2B4. Grayscale: #626262. Windows color (decimal): -713397 or 4922869. OLE color: 4922869.

HSL color Cylindrical-coordinate representation of color #F51D4B: hue angle of 347.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51D4B is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 29 75 -
CMYK 0 0.88 0.69 0.04
HSL 347.22º 0.92% 0.54% -
HSV(B) 347.22º 0.88% 0.96% -
XYZ 39.37 20.8 8.6 -
YUV 98.83 114.56 232.26 -
System Red Green Blue C M Y K H S L
Decimal 245 29 75 0 0.88 0.69 0.04 347.22 0.92 0.54
Hex F5 1D 4B 0 58 45 4 15B 5C 36
Octal 365 35 113 0 130 105 4 533 134 66
Binary 11110101 11101 1001011 0 1011000 1000101 100 101011011 1011100 110110

Color Harmonies of #F51D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D4B

Black with #F51D4B

Text Example


Text Example

White with #F51D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D4B; }

 p { color: rgb(245,29,75); }

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

background-color css

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

 a { background-color: rgb(245,29,75); }

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

border-color css

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

 span { border-color: rgb(245,29,75); }

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