Html Css Color HEX #F03353 Amaranth

📋 copy color: '#F03353'

red 240 ◦ green 51 ◦ blue 83

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

Shades of Amaranth #F03353

Tints of Amaranth #F03353

RGB

 RED value IS 240 (94.14% from 255) = 64.17%

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

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

R = 64.17%
G = 13.64%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F03353 (or 0xF03353) is known color: Amaranth. HEX triplet: F0, 33 and 53. RGB value is (240,51,83). Sum of RGB (Red+Green+Blue) = 240+51+83=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F03353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03353 is #0FCCAC. Grayscale: #6F6F6F. Windows color (decimal): -1035437 or 5452784. OLE color: 5452784.

HSL color Cylindrical-coordinate representation of color #F03353: hue angle of 349.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03353 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 83 -
CMYK 0 0.79 0.65 0.06
HSL 349.84º 0.86% 0.57% -
HSV(B) 349.84º 0.79% 0.94% -
XYZ 38.68 21.52 10.3 -
YUV 111.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 240 51 83 0 0.79 0.65 0.06 349.84 0.86 0.57
Hex F0 33 53 0 4F 41 6 15E 56 39
Octal 360 63 123 0 117 101 6 536 126 71
Binary 11110000 110011 1010011 0 1001111 1000001 110 101011110 1010110 111001

Color Harmonies of #F03353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03353

Black with #F03353

Text Example


Text Example

White with #F03353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03353; }

 p { color: rgb(240,51,83); }

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

background-color css

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

 a { background-color: rgb(240,51,83); }

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

border-color css

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

 span { border-color: rgb(240,51,83); }

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