Html Css Color HEX #F0364B Amaranth

📋 copy color: '#F0364B'

red 240 ◦ green 54 ◦ blue 75

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

Shades of Amaranth #F0364B

Tints of Amaranth #F0364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.63%

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

R = 65.04%
G = 14.63%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0364B (or 0xF0364B) is known color: Amaranth. HEX triplet: F0, 36 and 4B. RGB value is (240,54,75). Sum of RGB (Red+Green+Blue) = 240+54+75=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0364B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0364B is #0FC9B4. Grayscale: #707070. Windows color (decimal): -1034677 or 4929264. OLE color: 4929264.

HSL color Cylindrical-coordinate representation of color #F0364B: hue angle of 353.23º 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 #F0364B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 54 75 -
CMYK 0 0.78 0.69 0.06
HSL 353.23º 0.86% 0.58% -
HSV(B) 353.23º 0.78% 0.94% -
XYZ 38.52 21.67 8.81 -
YUV 112.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 240 54 75 0 0.78 0.69 0.06 353.23 0.86 0.58
Hex F0 36 4B 0 4E 45 6 161 56 3A
Octal 360 66 113 0 116 105 6 541 126 72
Binary 11110000 110110 1001011 0 1001110 1000101 110 101100001 1010110 111010

Color Harmonies of #F0364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0364B

Black with #F0364B

Text Example


Text Example

White with #F0364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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