Html Css Color HEX #F03D4A Amaranth

📋 copy color: '#F03D4A'

red 240 ◦ green 61 ◦ blue 74

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

Shades of Amaranth #F03D4A

Tints of Amaranth #F03D4A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.27%

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 64%
G = 16.27%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F03D4A (or 0xF03D4A) is known color: Amaranth. HEX triplet: F0, 3D and 4A. RGB value is (240,61,74). Sum of RGB (Red+Green+Blue) = 240+61+74=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D4A is #0FC2B5. Grayscale: #747474. Windows color (decimal): -1032886 or 4865520. OLE color: 4865520.

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

Color convert

RGB 240 61 74 -
CMYK 0 0.75 0.69 0.06
HSL 355.64º 0.86% 0.59% -
HSV(B) 355.64º 0.75% 0.94% -
XYZ 38.84 22.36 8.75 -
YUV 116 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 240 61 74 0 0.75 0.69 0.06 355.64 0.86 0.59
Hex F0 3D 4A 0 4B 45 6 164 56 3B
Octal 360 75 112 0 113 105 6 544 126 73
Binary 11110000 111101 1001010 0 1001011 1000101 110 101100100 1010110 111011

Color Harmonies of #F03D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D4A

Black with #F03D4A

Text Example


Text Example

White with #F03D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D4A; }

 p { color: rgb(240,61,74); }

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

background-color css

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

 a { background-color: rgb(240,61,74); }

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

border-color css

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

 span { border-color: rgb(240,61,74); }

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