Html Css Color HEX #F33348 Amaranth

📋 copy color: '#F33348'

red 243 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #F33348

Tints of Amaranth #F33348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.93%

 BLUE value IS 72 (28.52% from 255) = 19.67%

R = 66.39%
G = 13.93%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F33348 (or 0xF33348) is known color: Amaranth. HEX triplet: F3, 33 and 48. RGB value is (243,51,72). Sum of RGB (Red+Green+Blue) = 243+51+72=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F33348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33348 is #0CCCB7. Grayscale: #6E6E6E. Windows color (decimal): -838840 or 4731891. OLE color: 4731891.

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

Color convert

RGB 243 51 72 -
CMYK 0 0.79 0.70 0.05
HSL 353.44º 0.89% 0.58% -
HSV(B) 353.44º 0.79% 0.95% -
XYZ 39.32 21.89 8.28 -
YUV 110.8 106.11 222.29 -
System Red Green Blue C M Y K H S L
Decimal 243 51 72 0 0.79 0.70 0.05 353.44 0.89 0.58
Hex F3 33 48 0 4F 46 5 161 59 3A
Octal 363 63 110 0 117 106 5 541 131 72
Binary 11110011 110011 1001000 0 1001111 1000110 101 101100001 1011001 111010

Color Harmonies of #F33348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33348

Black with #F33348

Text Example


Text Example

White with #F33348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33348; }

 p { color: rgb(243,51,72); }

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

background-color css

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

 a { background-color: rgb(243,51,72); }

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

border-color css

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

 span { border-color: rgb(243,51,72); }

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