Html Css Color HEX #F0275B Amaranth

📋 copy color: '#F0275B'

red 240 ◦ green 39 ◦ blue 91

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

Shades of Amaranth #F0275B

Tints of Amaranth #F0275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.59%

R = 64.86%
G = 10.54%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0275B (or 0xF0275B) is known color: Amaranth. HEX triplet: F0, 27 and 5B. RGB value is (240,39,91). Sum of RGB (Red+Green+Blue) = 240+39+91=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0275B is #0FD8A4. Grayscale: #696969. Windows color (decimal): -1038501 or 5974000. OLE color: 5974000.

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

Color convert

RGB 240 39 91 -
CMYK 0 0.84 0.62 0.06
HSL 344.48º 0.87% 0.55% -
HSV(B) 344.48º 0.84% 0.94% -
XYZ 38.55 20.73 11.87 -
YUV 105.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 240 39 91 0 0.84 0.62 0.06 344.48 0.87 0.55
Hex F0 27 5B 0 54 3E 6 158 57 37
Octal 360 47 133 0 124 76 6 530 127 67
Binary 11110000 100111 1011011 0 1010100 111110 110 101011000 1010111 110111

Color Harmonies of #F0275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0275B

Black with #F0275B

Text Example


Text Example

White with #F0275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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