Html Css Color HEX #FD234A Amaranth

📋 copy color: '#FD234A'

red 253 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #FD234A

Tints of Amaranth #FD234A

RGB

 RED value IS 253 (99.22% from 255) = 69.89%

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 69.89%
G = 9.67%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD234A (or 0xFD234A) is known color: Amaranth. HEX triplet: FD, 23 and 4A. RGB value is (253,35,74). Sum of RGB (Red+Green+Blue) = 253+35+74=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD234A is #02DCB5. Grayscale: #686868. Windows color (decimal): -187574 or 4858877. OLE color: 4858877.

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

Color convert

RGB 253 35 74 -
CMYK 0 0.86 0.71 0.01
HSL 349.27º 0.98% 0.56% -
HSV(B) 349.27º 0.86% 0.99% -
XYZ 42.35 22.58 8.6 -
YUV 104.63 110.72 233.83 -
System Red Green Blue C M Y K H S L
Decimal 253 35 74 0 0.86 0.71 0.01 349.27 0.98 0.56
Hex FD 23 4A 0 56 47 1 15D 62 38
Octal 375 43 112 0 126 107 1 535 142 70
Binary 11111101 100011 1001010 0 1010110 1000111 1 101011101 1100010 111000

Color Harmonies of #FD234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD234A

Black with #FD234A

Text Example


Text Example

White with #FD234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD234A; }

 p { color: rgb(253,35,74); }

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

background-color css

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

 a { background-color: rgb(253,35,74); }

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

border-color css

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

 span { border-color: rgb(253,35,74); }

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