Html Css Color HEX #F23946 Amaranth

📋 copy color: '#F23946'

red 242 ◦ green 57 ◦ blue 70

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

Shades of Amaranth #F23946

Tints of Amaranth #F23946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.45%

 BLUE value IS 70 (27.73% from 255) = 18.97%

R = 65.58%
G = 15.45%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F23946 (or 0xF23946) is known color: Amaranth. HEX triplet: F2, 39 and 46. RGB value is (242,57,70). Sum of RGB (Red+Green+Blue) = 242+57+70=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F23946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23946 is #0DC6B9. Grayscale: #717171. Windows color (decimal): -902842 or 4602354. OLE color: 4602354.

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

Color convert

RGB 242 57 70 -
CMYK 0 0.76 0.71 0.05
HSL 355.78º 0.88% 0.59% -
HSV(B) 355.78º 0.76% 0.95% -
XYZ 39.19 22.25 8.02 -
YUV 113.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 242 57 70 0 0.76 0.71 0.05 355.78 0.88 0.59
Hex F2 39 46 0 4C 47 5 164 58 3B
Octal 362 71 106 0 114 107 5 544 130 73
Binary 11110010 111001 1000110 0 1001100 1000111 101 101100100 1011000 111011

Color Harmonies of #F23946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23946

Black with #F23946

Text Example


Text Example

White with #F23946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23946; }

 p { color: rgb(242,57,70); }

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

background-color css

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

 a { background-color: rgb(242,57,70); }

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

border-color css

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

 span { border-color: rgb(242,57,70); }

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