Html Css Color HEX #F34042 Amaranth

📋 copy color: '#F34042'

red 243 ◦ green 64 ◦ blue 66

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

Shades of Amaranth #F34042

Tints of Amaranth #F34042

RGB

 RED value IS 243 (95.31% from 255) = 65.15%

 GREEN value IS 64 (25.39% from 255) = 17.16%

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 65.15%
G = 17.16%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F34042 (or 0xF34042) is known color: Amaranth. HEX triplet: F3, 40 and 42. RGB value is (243,64,66). Sum of RGB (Red+Green+Blue) = 243+64+66=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F34042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34042 is #0CBFBD. Grayscale: #757575. Windows color (decimal): -835518 or 4342003. OLE color: 4342003.

HSL color Cylindrical-coordinate representation of color #F34042: hue angle of 359.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34042 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 64 66 -
CMYK 0 0.74 0.73 0.05
HSL 359.33º 0.88% 0.6% -
HSV(B) 359.33º 0.74% 0.95% -
XYZ 39.78 23.11 7.52 -
YUV 117.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 243 64 66 0 0.74 0.73 0.05 359.33 0.88 0.6
Hex F3 40 42 0 4A 49 5 167 58 3C
Octal 363 100 102 0 112 111 5 547 130 74
Binary 11110011 1000000 1000010 0 1001010 1001001 101 101100111 1011000 111100

Color Harmonies of #F34042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34042

Black with #F34042

Text Example


Text Example

White with #F34042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34042; }

 p { color: rgb(243,64,66); }

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

background-color css

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

 a { background-color: rgb(243,64,66); }

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

border-color css

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

 span { border-color: rgb(243,64,66); }

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