Html Css Color HEX #F3224B Amaranth

📋 copy color: '#F3224B'

red 243 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #F3224B

Tints of Amaranth #F3224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.66%

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

R = 69.03%
G = 9.66%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F3224B (or 0xF3224B) is known color: Amaranth. HEX triplet: F3, 22 and 4B. RGB value is (243,34,75). Sum of RGB (Red+Green+Blue) = 243+34+75=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F3224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3224B is #0CDDB4. Grayscale: #656565. Windows color (decimal): -843189 or 4924147. OLE color: 4924147.

HSL color Cylindrical-coordinate representation of color #F3224B: hue angle of 348.23º 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 #F3224B is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 34 75 -
CMYK 0 0.86 0.69 0.05
HSL 348.23º 0.9% 0.54% -
HSV(B) 348.23º 0.86% 0.95% -
XYZ 38.8 20.71 8.61 -
YUV 101.17 113.24 229.17 -
System Red Green Blue C M Y K H S L
Decimal 243 34 75 0 0.86 0.69 0.05 348.23 0.9 0.54
Hex F3 22 4B 0 56 45 5 15C 5A 36
Octal 363 42 113 0 126 105 5 534 132 66
Binary 11110011 100010 1001011 0 1010110 1000101 101 101011100 1011010 110110

Color Harmonies of #F3224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3224B

Black with #F3224B

Text Example


Text Example

White with #F3224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3224B; }

 p { color: rgb(243,34,75); }

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

background-color css

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

 a { background-color: rgb(243,34,75); }

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

border-color css

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

 span { border-color: rgb(243,34,75); }

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