Html Css Color HEX #FA234D Amaranth

📋 copy color: '#FA234D'

red 250 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #FA234D

Tints of Amaranth #FA234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.67%

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 69.06%
G = 9.67%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA234D (or 0xFA234D) is known color: Amaranth. HEX triplet: FA, 23 and 4D. RGB value is (250,35,77). Sum of RGB (Red+Green+Blue) = 250+35+77=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA234D is #05DCB2. Grayscale: #686868. Windows color (decimal): -384179 or 5055482. OLE color: 5055482.

HSL color Cylindrical-coordinate representation of color #FA234D: hue angle of 348.28º 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 #FA234D is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 35 77 -
CMYK 0 0.86 0.69 0.02
HSL 348.28º 0.96% 0.56% -
HSV(B) 348.28º 0.86% 0.98% -
XYZ 41.36 22.06 9.1 -
YUV 104.07 112.73 232.08 -
System Red Green Blue C M Y K H S L
Decimal 250 35 77 0 0.86 0.69 0.02 348.28 0.96 0.56
Hex FA 23 4D 0 56 45 2 15C 60 38
Octal 372 43 115 0 126 105 2 534 140 70
Binary 11111010 100011 1001101 0 1010110 1000101 10 101011100 1100000 111000

Color Harmonies of #FA234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA234D

Black with #FA234D

Text Example


Text Example

White with #FA234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA234D; }

 p { color: rgb(250,35,77); }

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

background-color css

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

 a { background-color: rgb(250,35,77); }

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

border-color css

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

 span { border-color: rgb(250,35,77); }

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