Html Css Color HEX #FB1D4B Amaranth

📋 copy color: '#FB1D4B'

red 251 ◦ green 29 ◦ blue 75

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

Shades of Amaranth #FB1D4B

Tints of Amaranth #FB1D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.17%

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 70.7%
G = 8.17%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB1D4B (or 0xFB1D4B) is known color: Amaranth. HEX triplet: FB, 1D and 4B. RGB value is (251,29,75). Sum of RGB (Red+Green+Blue) = 251+29+75=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1D4B is #04E2B4. Grayscale: #646464. Windows color (decimal): -320181 or 4922875. OLE color: 4922875.

HSL color Cylindrical-coordinate representation of color #FB1D4B: hue angle of 347.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D4B is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 29 75 -
CMYK 0 0.88 0.70 0.02
HSL 347.57º 0.97% 0.55% -
HSV(B) 347.57º 0.88% 0.98% -
XYZ 41.49 21.9 8.7 -
YUV 100.62 113.55 235.26 -
System Red Green Blue C M Y K H S L
Decimal 251 29 75 0 0.88 0.70 0.02 347.57 0.97 0.55
Hex FB 1D 4B 0 58 46 2 15C 61 37
Octal 373 35 113 0 130 106 2 534 141 67
Binary 11111011 11101 1001011 0 1011000 1000110 10 101011100 1100001 110111

Color Harmonies of #FB1D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1D4B

Black with #FB1D4B

Text Example


Text Example

White with #FB1D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1D4B; }

 p { color: rgb(251,29,75); }

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

background-color css

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

 a { background-color: rgb(251,29,75); }

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

border-color css

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

 span { border-color: rgb(251,29,75); }

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