Html Css Color HEX #F3215A Amaranth

📋 copy color: '#F3215A'

red 243 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #F3215A

Tints of Amaranth #F3215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

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

R = 66.39%
G = 9.02%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3215A (or 0xF3215A) is known color: Amaranth. HEX triplet: F3, 21 and 5A. RGB value is (243,33,90). Sum of RGB (Red+Green+Blue) = 243+33+90=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F3215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3215A is #0CDEA5. Grayscale: #666666. Windows color (decimal): -843430 or 5906931. OLE color: 5906931.

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

Color convert

RGB 243 33 90 -
CMYK 0 0.86 0.63 0.05
HSL 343.71º 0.9% 0.54% -
HSV(B) 343.71º 0.86% 0.95% -
XYZ 39.35 20.88 11.63 -
YUV 102.29 121.07 228.37 -
System Red Green Blue C M Y K H S L
Decimal 243 33 90 0 0.86 0.63 0.05 343.71 0.9 0.54
Hex F3 21 5A 0 56 3F 5 158 5A 36
Octal 363 41 132 0 126 77 5 530 132 66
Binary 11110011 100001 1011010 0 1010110 111111 101 101011000 1011010 110110

Color Harmonies of #F3215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3215A

Black with #F3215A

Text Example


Text Example

White with #F3215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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