Html Css Color HEX #F3295A Amaranth

📋 copy color: '#F3295A'

red 243 ◦ green 41 ◦ blue 90

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

Shades of Amaranth #F3295A

Tints of Amaranth #F3295A

RGB

 RED value IS 243 (95.31% from 255) = 64.97%

 GREEN value IS 41 (16.41% from 255) = 10.96%

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 64.97%
G = 10.96%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3295A (or 0xF3295A) is known color: Amaranth. HEX triplet: F3, 29 and 5A. RGB value is (243,41,90). Sum of RGB (Red+Green+Blue) = 243+41+90=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F3295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3295A is #0CD6A5. Grayscale: #6A6A6A. Windows color (decimal): -841382 or 5908979. OLE color: 5908979.

HSL color Cylindrical-coordinate representation of color #F3295A: hue angle of 345.45º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3295A is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 90 -
CMYK 0 0.83 0.63 0.05
HSL 345.45º 0.89% 0.56% -
HSV(B) 345.45º 0.83% 0.95% -
XYZ 39.6 21.38 11.71 -
YUV 106.98 118.42 225.02 -
System Red Green Blue C M Y K H S L
Decimal 243 41 90 0 0.83 0.63 0.05 345.45 0.89 0.56
Hex F3 29 5A 0 53 3F 5 159 59 38
Octal 363 51 132 0 123 77 5 531 131 70
Binary 11110011 101001 1011010 0 1010011 111111 101 101011001 1011001 111000

Color Harmonies of #F3295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3295A

Black with #F3295A

Text Example


Text Example

White with #F3295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3295A; }

 p { color: rgb(243,41,90); }

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

background-color css

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

 a { background-color: rgb(243,41,90); }

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

border-color css

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

 span { border-color: rgb(243,41,90); }

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