Html Css Color HEX #F0265D Amaranth

📋 copy color: '#F0265D'

red 240 ◦ green 38 ◦ blue 93

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

Shades of Amaranth #F0265D

Tints of Amaranth #F0265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 64.69%
G = 10.24%
B = 25.07%

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

#F0265D (or 0xF0265D) is known color: Amaranth. HEX triplet: F0, 26 and 5D. RGB value is (240,38,93). Sum of RGB (Red+Green+Blue) = 240+38+93=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0265D is #0FD9A2. Grayscale: #686868. Windows color (decimal): -1038755 or 6104816. OLE color: 6104816.

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

Color convert

RGB 240 38 93 -
CMYK 0 0.84 0.61 0.06
HSL 343.66º 0.87% 0.55% -
HSV(B) 343.66º 0.84% 0.94% -
XYZ 38.6 20.7 12.32 -
YUV 104.67 121.42 224.53 -
System Red Green Blue C M Y K H S L
Decimal 240 38 93 0 0.84 0.61 0.06 343.66 0.87 0.55
Hex F0 26 5D 0 54 3D 6 158 57 37
Octal 360 46 135 0 124 75 6 530 127 67
Binary 11110000 100110 1011101 0 1010100 111101 110 101011000 1010111 110111

Color Harmonies of #F0265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0265D

Black with #F0265D

Text Example


Text Example

White with #F0265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0265D; }

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

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

background-color css

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

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

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

border-color css

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

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

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