Html Css Color HEX #F0324B Amaranth

📋 copy color: '#F0324B'

red 240 ◦ green 50 ◦ blue 75

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

Shades of Amaranth #F0324B

Tints of Amaranth #F0324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

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

R = 65.75%
G = 13.7%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0324B (or 0xF0324B) is known color: Amaranth. HEX triplet: F0, 32 and 4B. RGB value is (240,50,75). Sum of RGB (Red+Green+Blue) = 240+50+75=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0324B is #0FCDB4. Grayscale: #6D6D6D. Windows color (decimal): -1035701 or 4928240. OLE color: 4928240.

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

Color convert

RGB 240 50 75 -
CMYK 0 0.79 0.69 0.06
HSL 352.11º 0.86% 0.57% -
HSV(B) 352.11º 0.79% 0.94% -
XYZ 38.35 21.31 8.75 -
YUV 109.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 240 50 75 0 0.79 0.69 0.06 352.11 0.86 0.57
Hex F0 32 4B 0 4F 45 6 160 56 39
Octal 360 62 113 0 117 105 6 540 126 71
Binary 11110000 110010 1001011 0 1001111 1000101 110 101100000 1010110 111001

Color Harmonies of #F0324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0324B

Black with #F0324B

Text Example


Text Example

White with #F0324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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