Html Css Color HEX #FA2B4B Amaranth

📋 copy color: '#FA2B4B'

red 250 ◦ green 43 ◦ blue 75

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

Shades of Amaranth #FA2B4B

Tints of Amaranth #FA2B4B

RGB

 RED value IS 250 (98.05% from 255) = 67.93%

 GREEN value IS 43 (17.19% from 255) = 11.68%

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

R = 67.93%
G = 11.68%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA2B4B (or 0xFA2B4B) is known color: Amaranth. HEX triplet: FA, 2B and 4B. RGB value is (250,43,75). Sum of RGB (Red+Green+Blue) = 250+43+75=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B4B is #05D4B4. Grayscale: #6C6C6C. Windows color (decimal): -382133 or 4926458. OLE color: 4926458.

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

Color convert

RGB 250 43 75 -
CMYK 0 0.83 0.7 0.02
HSL 350.72º 0.95% 0.57% -
HSV(B) 350.72º 0.83% 0.98% -
XYZ 41.56 22.56 8.82 -
YUV 108.54 109.08 228.9 -
System Red Green Blue C M Y K H S L
Decimal 250 43 75 0 0.83 0.7 0.02 350.72 0.95 0.57
Hex FA 2B 4B 0 53 46 2 15F 5F 39
Octal 372 53 113 0 123 106 2 537 137 71
Binary 11111010 101011 1001011 0 1010011 1000110 10 101011111 1011111 111001

Color Harmonies of #FA2B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B4B

Black with #FA2B4B

Text Example


Text Example

White with #FA2B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B4B; }

 p { color: rgb(250,43,75); }

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

background-color css

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

 a { background-color: rgb(250,43,75); }

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

border-color css

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

 span { border-color: rgb(250,43,75); }

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