Html Css Color HEX #FA204B Amaranth

📋 copy color: '#FA204B'

red 250 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #FA204B

Tints of Amaranth #FA204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.96%

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

R = 70.03%
G = 8.96%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA204B (or 0xFA204B) is known color: Amaranth. HEX triplet: FA, 20 and 4B. RGB value is (250,32,75). Sum of RGB (Red+Green+Blue) = 250+32+75=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA204B is #05DFB4. Grayscale: #666666. Windows color (decimal): -384949 or 4923642. OLE color: 4923642.

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

Color convert

RGB 250 32 75 -
CMYK 0 0.87 0.7 0.02
HSL 348.17º 0.96% 0.55% -
HSV(B) 348.17º 0.87% 0.98% -
XYZ 41.21 21.87 8.7 -
YUV 102.08 112.72 233.5 -
System Red Green Blue C M Y K H S L
Decimal 250 32 75 0 0.87 0.7 0.02 348.17 0.96 0.55
Hex FA 20 4B 0 57 46 2 15C 60 37
Octal 372 40 113 0 127 106 2 534 140 67
Binary 11111010 100000 1001011 0 1010111 1000110 10 101011100 1100000 110111

Color Harmonies of #FA204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA204B

Black with #FA204B

Text Example


Text Example

White with #FA204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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