Html Css Color HEX #F0424B Amaranth

📋 copy color: '#F0424B'

red 240 ◦ green 66 ◦ blue 75

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

Shades of Amaranth #F0424B

Tints of Amaranth #F0424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

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

R = 62.99%
G = 17.32%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0424B (or 0xF0424B) is known color: Amaranth. HEX triplet: F0, 42 and 4B. RGB value is (240,66,75). Sum of RGB (Red+Green+Blue) = 240+66+75=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0424B is #0FBDB4. Grayscale: #777777. Windows color (decimal): -1031605 or 4932336. OLE color: 4932336.

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

Color convert

RGB 240 66 75 -
CMYK 0 0.72 0.69 0.06
HSL 356.9º 0.85% 0.6% -
HSV(B) 356.9º 0.73% 0.94% -
XYZ 39.15 22.93 9.02 -
YUV 119.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 240 66 75 0 0.72 0.69 0.06 356.9 0.85 0.6
Hex F0 42 4B 0 48 45 6 165 55 3C
Octal 360 102 113 0 110 105 6 545 125 74
Binary 11110000 1000010 1001011 0 1001000 1000101 110 101100101 1010101 111100

Color Harmonies of #F0424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0424B

Black with #F0424B

Text Example


Text Example

White with #F0424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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