Html Css Color HEX #FA274C Amaranth

📋 copy color: '#FA274C'

red 250 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #FA274C

Tints of Amaranth #FA274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.68%

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 68.49%
G = 10.68%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA274C (or 0xFA274C) is known color: Amaranth. HEX triplet: FA, 27 and 4C. RGB value is (250,39,76). Sum of RGB (Red+Green+Blue) = 250+39+76=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA274C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA274C is #05D8B3. Grayscale: #6A6A6A. Windows color (decimal): -383156 or 4990970. OLE color: 4990970.

HSL color Cylindrical-coordinate representation of color #FA274C: hue angle of 349.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA274C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 39 76 -
CMYK 0 0.84 0.70 0.02
HSL 349.48º 0.95% 0.57% -
HSV(B) 349.48º 0.84% 0.98% -
XYZ 41.45 22.3 8.96 -
YUV 106.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 250 39 76 0 0.84 0.70 0.02 349.48 0.95 0.57
Hex FA 27 4C 0 54 46 2 15D 5F 39
Octal 372 47 114 0 124 106 2 535 137 71
Binary 11111010 100111 1001100 0 1010100 1000110 10 101011101 1011111 111001

Color Harmonies of #FA274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA274C

Black with #FA274C

Text Example


Text Example

White with #FA274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA274C; }

 p { color: rgb(250,39,76); }

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

background-color css

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

 a { background-color: rgb(250,39,76); }

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

border-color css

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

 span { border-color: rgb(250,39,76); }

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