Html Css Color HEX #F02343 Amaranth

📋 copy color: '#F02343'

red 240 ◦ green 35 ◦ blue 67

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

Shades of Amaranth #F02343

Tints of Amaranth #F02343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

 BLUE value IS 67 (26.56% from 255) = 19.59%

R = 70.18%
G = 10.23%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F02343 (or 0xF02343) is known color: Amaranth. HEX triplet: F0, 23 and 43. RGB value is (240,35,67). Sum of RGB (Red+Green+Blue) = 240+35+67=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F02343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02343 is #0FDCBC. Grayscale: #646464. Windows color (decimal): -1039549 or 4400112. OLE color: 4400112.

HSL color Cylindrical-coordinate representation of color #F02343: hue angle of 350.63º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02343 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 35 67 -
CMYK 0 0.85 0.72 0.06
HSL 350.63º 0.87% 0.54% -
HSV(B) 350.63º 0.85% 0.94% -
XYZ 37.55 20.13 7.22 -
YUV 99.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 240 35 67 0 0.85 0.72 0.06 350.63 0.87 0.54
Hex F0 23 43 0 55 48 6 15F 57 36
Octal 360 43 103 0 125 110 6 537 127 66
Binary 11110000 100011 1000011 0 1010101 1001000 110 101011111 1010111 110110

Color Harmonies of #F02343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02343

Black with #F02343

Text Example


Text Example

White with #F02343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02343; }

 p { color: rgb(240,35,67); }

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

background-color css

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

 a { background-color: rgb(240,35,67); }

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

border-color css

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

 span { border-color: rgb(240,35,67); }

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