Html Css Color HEX #F03344 Amaranth

📋 copy color: '#F03344'

red 240 ◦ green 51 ◦ blue 68

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

Shades of Amaranth #F03344

Tints of Amaranth #F03344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 66.85%
G = 14.21%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F03344 (or 0xF03344) is known color: Amaranth. HEX triplet: F0, 33 and 44. RGB value is (240,51,68). Sum of RGB (Red+Green+Blue) = 240+51+68=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F03344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03344 is #0FCCBB. Grayscale: #6D6D6D. Windows color (decimal): -1035452 or 4469744. OLE color: 4469744.

HSL color Cylindrical-coordinate representation of color #F03344: hue angle of 354.6º 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 #F03344 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 68 -
CMYK 0 0.79 0.72 0.06
HSL 354.6º 0.86% 0.57% -
HSV(B) 354.6º 0.79% 0.94% -
XYZ 38.16 21.31 7.57 -
YUV 109.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 240 51 68 0 0.79 0.72 0.06 354.6 0.86 0.57
Hex F0 33 44 0 4F 48 6 163 56 39
Octal 360 63 104 0 117 110 6 543 126 71
Binary 11110000 110011 1000100 0 1001111 1001000 110 101100011 1010110 111001

Color Harmonies of #F03344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03344

Black with #F03344

Text Example


Text Example

White with #F03344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03344; }

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

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

background-color css

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

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

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

border-color css

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

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

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