Html Css Color HEX #F33053 Amaranth

📋 copy color: '#F33053'

red 243 ◦ green 48 ◦ blue 83

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

Shades of Amaranth #F33053

Tints of Amaranth #F33053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.83%

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 64.97%
G = 12.83%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F33053 (or 0xF33053) is known color: Amaranth. HEX triplet: F3, 30 and 53. RGB value is (243,48,83). Sum of RGB (Red+Green+Blue) = 243+48+83=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F33053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33053 is #0CCFAC. Grayscale: #6E6E6E. Windows color (decimal): -839597 or 5452019. OLE color: 5452019.

HSL color Cylindrical-coordinate representation of color #F33053: hue angle of 349.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33053 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 83 -
CMYK 0 0.80 0.66 0.05
HSL 349.23º 0.89% 0.57% -
HSV(B) 349.23º 0.8% 0.95% -
XYZ 39.58 21.79 10.3 -
YUV 110.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 243 48 83 0 0.80 0.66 0.05 349.23 0.89 0.57
Hex F3 30 53 0 50 42 5 15D 59 39
Octal 363 60 123 0 120 102 5 535 131 71
Binary 11110011 110000 1010011 0 1010000 1000010 101 101011101 1011001 111001

Color Harmonies of #F33053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33053

Black with #F33053

Text Example


Text Example

White with #F33053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33053; }

 p { color: rgb(243,48,83); }

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

background-color css

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

 a { background-color: rgb(243,48,83); }

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

border-color css

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

 span { border-color: rgb(243,48,83); }

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