Html Css Color HEX #FB2645 Amaranth

📋 copy color: '#FB2645'

red 251 ◦ green 38 ◦ blue 69

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

Shades of Amaranth #FB2645

Tints of Amaranth #FB2645

RGB

 RED value IS 251 (98.44% from 255) = 70.11%

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

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 70.11%
G = 10.61%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB2645 (or 0xFB2645) is known color: Amaranth. HEX triplet: FB, 26 and 45. RGB value is (251,38,69). Sum of RGB (Red+Green+Blue) = 251+38+69=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2645 is #04D9BA. Grayscale: #696969. Windows color (decimal): -317883 or 4531963. OLE color: 4531963.

HSL color Cylindrical-coordinate representation of color #FB2645: hue angle of 351.27º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2645 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 38 69 -
CMYK 0 0.85 0.73 0.02
HSL 351.27º 0.96% 0.57% -
HSV(B) 351.27º 0.85% 0.98% -
XYZ 41.55 22.33 7.75 -
YUV 105.22 107.57 231.98 -
System Red Green Blue C M Y K H S L
Decimal 251 38 69 0 0.85 0.73 0.02 351.27 0.96 0.57
Hex FB 26 45 0 55 49 2 15F 60 39
Octal 373 46 105 0 125 111 2 537 140 71
Binary 11111011 100110 1000101 0 1010101 1001001 10 101011111 1100000 111001

Color Harmonies of #FB2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2645

Black with #FB2645

Text Example


Text Example

White with #FB2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2645; }

 p { color: rgb(251,38,69); }

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

background-color css

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

 a { background-color: rgb(251,38,69); }

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

border-color css

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

 span { border-color: rgb(251,38,69); }

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