Html Css Color HEX #F0265F Amaranth

📋 copy color: '#F0265F'

red 240 ◦ green 38 ◦ blue 95

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

Shades of Amaranth #F0265F

Tints of Amaranth #F0265F

RGB

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

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

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

R = 64.34%
G = 10.19%
B = 25.47%

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

#F0265F (or 0xF0265F) is known color: Amaranth. HEX triplet: F0, 26 and 5F. RGB value is (240,38,95). Sum of RGB (Red+Green+Blue) = 240+38+95=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0265F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0265F is #0FD9A0. Grayscale: #686868. Windows color (decimal): -1038753 or 6235888. OLE color: 6235888.

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

Color convert

RGB 240 38 95 -
CMYK 0 0.84 0.60 0.06
HSL 343.07º 0.87% 0.55% -
HSV(B) 343.07º 0.84% 0.94% -
XYZ 38.69 20.74 12.79 -
YUV 104.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 240 38 95 0 0.84 0.60 0.06 343.07 0.87 0.55
Hex F0 26 5F 0 54 3C 6 157 57 37
Octal 360 46 137 0 124 74 6 527 127 67
Binary 11110000 100110 1011111 0 1010100 111100 110 101010111 1010111 110111

Color Harmonies of #F0265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0265F

Black with #F0265F

Text Example


Text Example

White with #F0265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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