Html Css Color HEX #F23542 Amaranth

📋 copy color: '#F23542'

red 242 ◦ green 53 ◦ blue 66

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

Shades of Amaranth #F23542

Tints of Amaranth #F23542

RGB

 RED value IS 242 (94.92% from 255) = 67.04%

 GREEN value IS 53 (21.09% from 255) = 14.68%

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

R = 67.04%
G = 14.68%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23542 (or 0xF23542) is known color: Amaranth. HEX triplet: F2, 35 and 42. RGB value is (242,53,66). Sum of RGB (Red+Green+Blue) = 242+53+66=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F23542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23542 is #0DCABD. Grayscale: #6F6F6F. Windows color (decimal): -903870 or 4339186. OLE color: 4339186.

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

Color convert

RGB 242 53 66 -
CMYK 0 0.78 0.73 0.05
HSL 355.87º 0.88% 0.58% -
HSV(B) 355.87º 0.78% 0.95% -
XYZ 38.87 21.82 7.32 -
YUV 110.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 242 53 66 0 0.78 0.73 0.05 355.87 0.88 0.58
Hex F2 35 42 0 4E 49 5 164 58 3A
Octal 362 65 102 0 116 111 5 544 130 72
Binary 11110010 110101 1000010 0 1001110 1001001 101 101100100 1011000 111010

Color Harmonies of #F23542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23542

Black with #F23542

Text Example


Text Example

White with #F23542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23542; }

 p { color: rgb(242,53,66); }

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

background-color css

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

 a { background-color: rgb(242,53,66); }

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

border-color css

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

 span { border-color: rgb(242,53,66); }

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