Html Css Color HEX #F02D43 Amaranth

📋 copy color: '#F02D43'

red 240 ◦ green 45 ◦ blue 67

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

Shades of Amaranth #F02D43

Tints of Amaranth #F02D43

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.78%

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

R = 68.18%
G = 12.78%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F02D43 (or 0xF02D43) is known color: Amaranth. HEX triplet: F0, 2D and 43. RGB value is (240,45,67). Sum of RGB (Red+Green+Blue) = 240+45+67=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D43 is #0FD2BC. Grayscale: #696969. Windows color (decimal): -1036989 or 4402672. OLE color: 4402672.

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

Color convert

RGB 240 45 67 -
CMYK 0 0.81 0.72 0.06
HSL 353.23º 0.87% 0.56% -
HSV(B) 353.23º 0.81% 0.94% -
XYZ 37.89 20.81 7.33 -
YUV 105.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 240 45 67 0 0.81 0.72 0.06 353.23 0.87 0.56
Hex F0 2D 43 0 51 48 6 161 57 38
Octal 360 55 103 0 121 110 6 541 127 70
Binary 11110000 101101 1000011 0 1010001 1001000 110 101100001 1010111 111000

Color Harmonies of #F02D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D43

Black with #F02D43

Text Example


Text Example

White with #F02D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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