Html Css Color HEX #F02743 Amaranth

📋 copy color: '#F02743'

red 240 ◦ green 39 ◦ blue 67

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

Shades of Amaranth #F02743

Tints of Amaranth #F02743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

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

R = 69.36%
G = 11.27%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F02743 (or 0xF02743) is known color: Amaranth. HEX triplet: F0, 27 and 43. RGB value is (240,39,67). Sum of RGB (Red+Green+Blue) = 240+39+67=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F02743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02743 is #0FD8BC. Grayscale: #666666. Windows color (decimal): -1038525 or 4401136. OLE color: 4401136.

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

Color convert

RGB 240 39 67 -
CMYK 0 0.84 0.72 0.06
HSL 351.64º 0.87% 0.55% -
HSV(B) 351.64º 0.84% 0.94% -
XYZ 37.67 20.38 7.26 -
YUV 102.29 108.09 226.22 -
System Red Green Blue C M Y K H S L
Decimal 240 39 67 0 0.84 0.72 0.06 351.64 0.87 0.55
Hex F0 27 43 0 54 48 6 160 57 37
Octal 360 47 103 0 124 110 6 540 127 67
Binary 11110000 100111 1000011 0 1010100 1001000 110 101100000 1010111 110111

Color Harmonies of #F02743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02743

Black with #F02743

Text Example


Text Example

White with #F02743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02743; }

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

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

background-color css

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

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

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

border-color css

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

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

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