Html Css Color HEX #F02659 Amaranth

📋 copy color: '#F02659'

red 240 ◦ green 38 ◦ blue 89

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

Shades of Amaranth #F02659

Tints of Amaranth #F02659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 89 (35.16% from 255) = 24.25%

R = 65.4%
G = 10.35%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F02659 (or 0xF02659) is known color: Amaranth. HEX triplet: F0, 26 and 59. RGB value is (240,38,89). Sum of RGB (Red+Green+Blue) = 240+38+89=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F02659 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02659 is #0FD9A6. Grayscale: #686868. Windows color (decimal): -1038759 or 5842672. OLE color: 5842672.

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

Color convert

RGB 240 38 89 -
CMYK 0 0.84 0.63 0.06
HSL 344.85º 0.87% 0.55% -
HSV(B) 344.85º 0.84% 0.94% -
XYZ 38.43 20.63 11.41 -
YUV 104.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 240 38 89 0 0.84 0.63 0.06 344.85 0.87 0.55
Hex F0 26 59 0 54 3F 6 159 57 37
Octal 360 46 131 0 124 77 6 531 127 67
Binary 11110000 100110 1011001 0 1010100 111111 110 101011001 1010111 110111

Color Harmonies of #F02659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02659

Black with #F02659

Text Example


Text Example

White with #F02659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02659; }

 p { color: rgb(240,38,89); }

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

background-color css

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

 a { background-color: rgb(240,38,89); }

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

border-color css

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

 span { border-color: rgb(240,38,89); }

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