Html Css Color HEX #F0204B Amaranth

📋 copy color: '#F0204B'

red 240 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #F0204B

Tints of Amaranth #F0204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

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

R = 69.16%
G = 9.22%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0204B (or 0xF0204B) is known color: Amaranth. HEX triplet: F0, 20 and 4B. RGB value is (240,32,75). Sum of RGB (Red+Green+Blue) = 240+32+75=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F0204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0204B is #0FDFB4. Grayscale: #636363. Windows color (decimal): -1040309 or 4923632. OLE color: 4923632.

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

Color convert

RGB 240 32 75 -
CMYK 0 0.87 0.69 0.06
HSL 347.6º 0.87% 0.53% -
HSV(B) 347.6º 0.87% 0.94% -
XYZ 37.72 20.07 8.54 -
YUV 99.09 114.41 228.5 -
System Red Green Blue C M Y K H S L
Decimal 240 32 75 0 0.87 0.69 0.06 347.6 0.87 0.53
Hex F0 20 4B 0 57 45 6 15C 57 35
Octal 360 40 113 0 127 105 6 534 127 65
Binary 11110000 100000 1001011 0 1010111 1000101 110 101011100 1010111 110101

Color Harmonies of #F0204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0204B

Black with #F0204B

Text Example


Text Example

White with #F0204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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