Html Css Color HEX #F01950 Amaranth

📋 copy color: '#F01950'

red 240 ◦ green 25 ◦ blue 80

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

Shades of Amaranth #F01950

Tints of Amaranth #F01950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.25%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 69.57%
G = 7.25%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F01950 (or 0xF01950) is known color: Amaranth. HEX triplet: F0, 19 and 50. RGB value is (240,25,80). Sum of RGB (Red+Green+Blue) = 240+25+80=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F01950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01950 is #0FE6AF. Grayscale: #5F5F5F. Windows color (decimal): -1042096 or 5249520. OLE color: 5249520.

HSL color Cylindrical-coordinate representation of color #F01950: hue angle of 344.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01950 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 80 -
CMYK 0 0.90 0.67 0.06
HSL 344.65º 0.88% 0.52% -
HSV(B) 344.65º 0.9% 0.94% -
XYZ 37.73 19.8 9.42 -
YUV 95.56 119.23 231.03 -
System Red Green Blue C M Y K H S L
Decimal 240 25 80 0 0.90 0.67 0.06 344.65 0.88 0.52
Hex F0 19 50 0 5A 43 6 159 58 34
Octal 360 31 120 0 132 103 6 531 130 64
Binary 11110000 11001 1010000 0 1011010 1000011 110 101011001 1011000 110100

Color Harmonies of #F01950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01950

Black with #F01950

Text Example


Text Example

White with #F01950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01950; }

 p { color: rgb(240,25,80); }

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

background-color css

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

 a { background-color: rgb(240,25,80); }

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

border-color css

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

 span { border-color: rgb(240,25,80); }

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