Html Css Color HEX #F0255B Amaranth

📋 copy color: '#F0255B'

red 240 ◦ green 37 ◦ blue 91

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

Shades of Amaranth #F0255B

Tints of Amaranth #F0255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.05%

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

R = 65.22%
G = 10.05%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0255B (or 0xF0255B) is known color: Amaranth. HEX triplet: F0, 25 and 5B. RGB value is (240,37,91). Sum of RGB (Red+Green+Blue) = 240+37+91=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0255B is #0FDAA4. Grayscale: #676767. Windows color (decimal): -1039013 or 5973488. OLE color: 5973488.

HSL color Cylindrical-coordinate representation of color #F0255B: hue angle of 344.04º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0255B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 91 -
CMYK 0 0.85 0.62 0.06
HSL 344.04º 0.87% 0.54% -
HSV(B) 344.04º 0.85% 0.94% -
XYZ 38.49 20.6 11.85 -
YUV 103.85 120.75 225.11 -
System Red Green Blue C M Y K H S L
Decimal 240 37 91 0 0.85 0.62 0.06 344.04 0.87 0.54
Hex F0 25 5B 0 55 3E 6 158 57 36
Octal 360 45 133 0 125 76 6 530 127 66
Binary 11110000 100101 1011011 0 1010101 111110 110 101011000 1010111 110110

Color Harmonies of #F0255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0255B

Black with #F0255B

Text Example


Text Example

White with #F0255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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