Html Css Color HEX #F43251 Amaranth

📋 copy color: '#F43251'

red 244 ◦ green 50 ◦ blue 81

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

Shades of Amaranth #F43251

Tints of Amaranth #F43251

RGB

 RED value IS 244 (95.7% from 255) = 65.07%

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 65.07%
G = 13.33%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F43251 (or 0xF43251) is known color: Amaranth. HEX triplet: F4, 32 and 51. RGB value is (244,50,81). Sum of RGB (Red+Green+Blue) = 244+50+81=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F43251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43251 is #0BCDAE. Grayscale: #6F6F6F. Windows color (decimal): -773551 or 5321460. OLE color: 5321460.

HSL color Cylindrical-coordinate representation of color #F43251: hue angle of 350.41º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43251 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 50 81 -
CMYK 0 0.80 0.67 0.04
HSL 350.41º 0.9% 0.58% -
HSV(B) 350.41º 0.8% 0.96% -
XYZ 39.93 22.11 9.95 -
YUV 111.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 244 50 81 0 0.80 0.67 0.04 350.41 0.9 0.58
Hex F4 32 51 0 50 43 4 15E 5A 3A
Octal 364 62 121 0 120 103 4 536 132 72
Binary 11110100 110010 1010001 0 1010000 1000011 100 101011110 1011010 111010

Color Harmonies of #F43251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43251

Black with #F43251

Text Example


Text Example

White with #F43251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43251; }

 p { color: rgb(244,50,81); }

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

background-color css

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

 a { background-color: rgb(244,50,81); }

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

border-color css

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

 span { border-color: rgb(244,50,81); }

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