Html Css Color HEX #F0454B Amaranth

📋 copy color: '#F0454B'

red 240 ◦ green 69 ◦ blue 75

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

Shades of Amaranth #F0454B

Tints of Amaranth #F0454B

RGB

 RED value IS 240 (94.14% from 255) = 62.5%

 GREEN value IS 69 (27.34% from 255) = 17.97%

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

R = 62.5%
G = 17.97%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0454B (or 0xF0454B) is known color: Amaranth. HEX triplet: F0, 45 and 4B. RGB value is (240,69,75). Sum of RGB (Red+Green+Blue) = 240+69+75=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0454B is #0FBAB4. Grayscale: #787878. Windows color (decimal): -1030837 or 4933104. OLE color: 4933104.

HSL color Cylindrical-coordinate representation of color #F0454B: hue angle of 357.89º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0454B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 75 -
CMYK 0 0.71 0.69 0.06
HSL 357.89º 0.85% 0.61% -
HSV(B) 357.89º 0.71% 0.94% -
XYZ 39.33 23.29 9.08 -
YUV 120.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 240 69 75 0 0.71 0.69 0.06 357.89 0.85 0.61
Hex F0 45 4B 0 47 45 6 166 55 3D
Octal 360 105 113 0 107 105 6 546 125 75
Binary 11110000 1000101 1001011 0 1000111 1000101 110 101100110 1010101 111101

Color Harmonies of #F0454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0454B

Black with #F0454B

Text Example


Text Example

White with #F0454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0454B; }

 p { color: rgb(240,69,75); }

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

background-color css

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

 a { background-color: rgb(240,69,75); }

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

border-color css

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

 span { border-color: rgb(240,69,75); }

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