Html Css Color HEX #FC254B Amaranth

📋 copy color: '#FC254B'

red 252 ◦ green 37 ◦ blue 75

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

Shades of Amaranth #FC254B

Tints of Amaranth #FC254B

RGB

 RED value IS 252 (98.83% from 255) = 69.23%

 GREEN value IS 37 (14.84% from 255) = 10.16%

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

R = 69.23%
G = 10.16%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC254B (or 0xFC254B) is known color: Amaranth. HEX triplet: FC, 25 and 4B. RGB value is (252,37,75). Sum of RGB (Red+Green+Blue) = 252+37+75=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC254B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC254B is #03DAB4. Grayscale: #696969. Windows color (decimal): -252597 or 4924924. OLE color: 4924924.

HSL color Cylindrical-coordinate representation of color #FC254B: hue angle of 349.4º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC254B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 75 -
CMYK 0 0.85 0.70 0.01
HSL 349.4º 0.97% 0.57% -
HSV(B) 349.4º 0.85% 0.99% -
XYZ 42.08 22.53 8.79 -
YUV 105.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 252 37 75 0 0.85 0.70 0.01 349.4 0.97 0.57
Hex FC 25 4B 0 55 46 1 15D 61 39
Octal 374 45 113 0 125 106 1 535 141 71
Binary 11111100 100101 1001011 0 1010101 1000110 1 101011101 1100001 111001

Color Harmonies of #FC254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC254B

Black with #FC254B

Text Example


Text Example

White with #FC254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC254B; }

 p { color: rgb(252,37,75); }

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

background-color css

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

 a { background-color: rgb(252,37,75); }

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

border-color css

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

 span { border-color: rgb(252,37,75); }

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