Html Css Color HEX #F23145 Amaranth

📋 copy color: '#F23145'

red 242 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #F23145

Tints of Amaranth #F23145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 67.22%
G = 13.61%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F23145 (or 0xF23145) is known color: Amaranth. HEX triplet: F2, 31 and 45. RGB value is (242,49,69). Sum of RGB (Red+Green+Blue) = 242+49+69=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F23145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23145 is #0DCEBA. Grayscale: #6D6D6D. Windows color (decimal): -904891 or 4534770. OLE color: 4534770.

HSL color Cylindrical-coordinate representation of color #F23145: hue angle of 353.78º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23145 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 69 -
CMYK 0 0.80 0.71 0.05
HSL 353.78º 0.88% 0.57% -
HSV(B) 353.78º 0.8% 0.95% -
XYZ 38.79 21.5 7.74 -
YUV 108.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 242 49 69 0 0.80 0.71 0.05 353.78 0.88 0.57
Hex F2 31 45 0 50 47 5 162 58 39
Octal 362 61 105 0 120 107 5 542 130 71
Binary 11110010 110001 1000101 0 1010000 1000111 101 101100010 1011000 111001

Color Harmonies of #F23145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23145

Black with #F23145

Text Example


Text Example

White with #F23145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23145; }

 p { color: rgb(242,49,69); }

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

background-color css

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

 a { background-color: rgb(242,49,69); }

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

border-color css

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

 span { border-color: rgb(242,49,69); }

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