Html Css Color HEX #F0275E Amaranth

📋 copy color: '#F0275E'

red 240 ◦ green 39 ◦ blue 94

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

Shades of Amaranth #F0275E

Tints of Amaranth #F0275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.46%

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 64.34%
G = 10.46%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0275E (or 0xF0275E) is known color: Amaranth. HEX triplet: F0, 27 and 5E. RGB value is (240,39,94). Sum of RGB (Red+Green+Blue) = 240+39+94=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0275E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0275E is #0FD8A1. Grayscale: #696969. Windows color (decimal): -1038498 or 6170608. OLE color: 6170608.

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

Color convert

RGB 240 39 94 -
CMYK 0 0.84 0.61 0.06
HSL 343.58º 0.87% 0.55% -
HSV(B) 343.58º 0.84% 0.94% -
XYZ 38.68 20.78 12.56 -
YUV 105.37 121.59 224.03 -
System Red Green Blue C M Y K H S L
Decimal 240 39 94 0 0.84 0.61 0.06 343.58 0.87 0.55
Hex F0 27 5E 0 54 3D 6 158 57 37
Octal 360 47 136 0 124 75 6 530 127 67
Binary 11110000 100111 1011110 0 1010100 111101 110 101011000 1010111 110111

Color Harmonies of #F0275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0275E

Black with #F0275E

Text Example


Text Example

White with #F0275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0275E; }

 p { color: rgb(240,39,94); }

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

background-color css

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

 a { background-color: rgb(240,39,94); }

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

border-color css

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

 span { border-color: rgb(240,39,94); }

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