Html Css Color HEX #F0384B Amaranth

📋 copy color: '#F0384B'

red 240 ◦ green 56 ◦ blue 75

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

Shades of Amaranth #F0384B

Tints of Amaranth #F0384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.09%

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

R = 64.69%
G = 15.09%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0384B (or 0xF0384B) is known color: Amaranth. HEX triplet: F0, 38 and 4B. RGB value is (240,56,75). Sum of RGB (Red+Green+Blue) = 240+56+75=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0384B is #0FC7B4. Grayscale: #717171. Windows color (decimal): -1034165 or 4929776. OLE color: 4929776.

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

Color convert

RGB 240 56 75 -
CMYK 0 0.77 0.69 0.06
HSL 353.8º 0.86% 0.58% -
HSV(B) 353.8º 0.77% 0.94% -
XYZ 38.62 21.86 8.84 -
YUV 113.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 240 56 75 0 0.77 0.69 0.06 353.8 0.86 0.58
Hex F0 38 4B 0 4D 45 6 162 56 3A
Octal 360 70 113 0 115 105 6 542 126 72
Binary 11110000 111000 1001011 0 1001101 1000101 110 101100010 1010110 111010

Color Harmonies of #F0384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0384B

Black with #F0384B

Text Example


Text Example

White with #F0384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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