Html Css Color HEX #F4255B Amaranth

📋 copy color: '#F4255B'

red 244 ◦ green 37 ◦ blue 91

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

Shades of Amaranth #F4255B

Tints of Amaranth #F4255B

RGB

 RED value IS 244 (95.7% from 255) = 65.59%

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

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

R = 65.59%
G = 9.95%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F4255B (or 0xF4255B) is known color: Amaranth. HEX triplet: F4, 25 and 5B. RGB value is (244,37,91). Sum of RGB (Red+Green+Blue) = 244+37+91=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F4255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4255B is #0BDAA4. Grayscale: #696969. Windows color (decimal): -776869 or 5973492. OLE color: 5973492.

HSL color Cylindrical-coordinate representation of color #F4255B: hue angle of 344.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4255B is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 91 -
CMYK 0 0.85 0.63 0.04
HSL 344.35º 0.9% 0.55% -
HSV(B) 344.35º 0.85% 0.96% -
XYZ 39.86 21.31 11.91 -
YUV 105.05 120.08 227.11 -
System Red Green Blue C M Y K H S L
Decimal 244 37 91 0 0.85 0.63 0.04 344.35 0.9 0.55
Hex F4 25 5B 0 55 3F 4 158 5A 37
Octal 364 45 133 0 125 77 4 530 132 67
Binary 11110100 100101 1011011 0 1010101 111111 100 101011000 1011010 110111

Color Harmonies of #F4255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4255B

Black with #F4255B

Text Example


Text Example

White with #F4255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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