Html Css Color HEX #F0275F Amaranth

📋 copy color: '#F0275F'

red 240 ◦ green 39 ◦ blue 95

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

Shades of Amaranth #F0275F

Tints of Amaranth #F0275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.4%

R = 64.17%
G = 10.43%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0275F (or 0xF0275F) is known color: Amaranth. HEX triplet: F0, 27 and 5F. RGB value is (240,39,95). Sum of RGB (Red+Green+Blue) = 240+39+95=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0275F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0275F is #0FD8A0. Grayscale: #696969. Windows color (decimal): -1038497 or 6236144. OLE color: 6236144.

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

Color convert

RGB 240 39 95 -
CMYK 0 0.84 0.60 0.06
HSL 343.28º 0.87% 0.55% -
HSV(B) 343.28º 0.84% 0.94% -
XYZ 38.73 20.8 12.8 -
YUV 105.48 122.09 223.95 -
System Red Green Blue C M Y K H S L
Decimal 240 39 95 0 0.84 0.60 0.06 343.28 0.87 0.55
Hex F0 27 5F 0 54 3C 6 157 57 37
Octal 360 47 137 0 124 74 6 527 127 67
Binary 11110000 100111 1011111 0 1010100 111100 110 101010111 1010111 110111

Color Harmonies of #F0275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0275F

Black with #F0275F

Text Example


Text Example

White with #F0275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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