Html Css Color HEX #F0194B Amaranth

📋 copy color: '#F0194B'

red 240 ◦ green 25 ◦ blue 75

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

Shades of Amaranth #F0194B

Tints of Amaranth #F0194B

RGB

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

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

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

R = 70.59%
G = 7.35%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0194B (or 0xF0194B) is known color: Amaranth. HEX triplet: F0, 19 and 4B. RGB value is (240,25,75). Sum of RGB (Red+Green+Blue) = 240+25+75=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0194B is #0FE6B4. Grayscale: #5F5F5F. Windows color (decimal): -1042101 or 4921840. OLE color: 4921840.

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

Color convert

RGB 240 25 75 -
CMYK 0 0.90 0.69 0.06
HSL 346.05º 0.88% 0.52% -
HSV(B) 346.05º 0.9% 0.94% -
XYZ 37.55 19.73 8.49 -
YUV 94.99 116.73 231.43 -
System Red Green Blue C M Y K H S L
Decimal 240 25 75 0 0.90 0.69 0.06 346.05 0.88 0.52
Hex F0 19 4B 0 5A 45 6 15A 58 34
Octal 360 31 113 0 132 105 6 532 130 64
Binary 11110000 11001 1001011 0 1011010 1000101 110 101011010 1011000 110100

Color Harmonies of #F0194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0194B

Black with #F0194B

Text Example


Text Example

White with #F0194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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