Html Css Color HEX #FA224B Amaranth

📋 copy color: '#FA224B'

red 250 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #FA224B

Tints of Amaranth #FA224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

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

R = 69.64%
G = 9.47%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA224B (or 0xFA224B) is known color: Amaranth. HEX triplet: FA, 22 and 4B. RGB value is (250,34,75). Sum of RGB (Red+Green+Blue) = 250+34+75=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA224B is #05DDB4. Grayscale: #676767. Windows color (decimal): -384437 or 4924154. OLE color: 4924154.

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

Color convert

RGB 250 34 75 -
CMYK 0 0.86 0.7 0.02
HSL 348.61º 0.96% 0.56% -
HSV(B) 348.61º 0.86% 0.98% -
XYZ 41.27 21.98 8.72 -
YUV 103.26 112.06 232.67 -
System Red Green Blue C M Y K H S L
Decimal 250 34 75 0 0.86 0.7 0.02 348.61 0.96 0.56
Hex FA 22 4B 0 56 46 2 15D 60 38
Octal 372 42 113 0 126 106 2 535 140 70
Binary 11111010 100010 1001011 0 1010110 1000110 10 101011101 1100000 111000

Color Harmonies of #FA224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA224B

Black with #FA224B

Text Example


Text Example

White with #FA224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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