Html Css Color HEX #FA274B Amaranth

📋 copy color: '#FA274B'

red 250 ◦ green 39 ◦ blue 75

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

Shades of Amaranth #FA274B

Tints of Amaranth #FA274B

RGB

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

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

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

R = 68.68%
G = 10.71%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA274B (or 0xFA274B) is known color: Amaranth. HEX triplet: FA, 27 and 4B. RGB value is (250,39,75). Sum of RGB (Red+Green+Blue) = 250+39+75=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA274B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA274B is #05D8B4. Grayscale: #6A6A6A. Windows color (decimal): -383157 or 4925434. OLE color: 4925434.

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

Color convert

RGB 250 39 75 -
CMYK 0 0.84 0.7 0.02
HSL 349.76º 0.95% 0.57% -
HSV(B) 349.76º 0.84% 0.98% -
XYZ 41.42 22.28 8.77 -
YUV 106.19 110.4 230.57 -
System Red Green Blue C M Y K H S L
Decimal 250 39 75 0 0.84 0.7 0.02 349.76 0.95 0.57
Hex FA 27 4B 0 54 46 2 15E 5F 39
Octal 372 47 113 0 124 106 2 536 137 71
Binary 11111010 100111 1001011 0 1010100 1000110 10 101011110 1011111 111001

Color Harmonies of #FA274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA274B

Black with #FA274B

Text Example


Text Example

White with #FA274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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