Html Css Color HEX #F23B46 Amaranth

📋 copy color: '#F23B46'

red 242 ◦ green 59 ◦ blue 70

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

Shades of Amaranth #F23B46

Tints of Amaranth #F23B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

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

R = 65.23%
G = 15.9%
B = 18.87%

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

#F23B46 (or 0xF23B46) is known color: Amaranth. HEX triplet: F2, 3B and 46. RGB value is (242,59,70). Sum of RGB (Red+Green+Blue) = 242+59+70=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B46 is #0DC4B9. Grayscale: #737373. Windows color (decimal): -902330 or 4602866. OLE color: 4602866.

HSL color Cylindrical-coordinate representation of color #F23B46: hue angle of 356.39º 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 #F23B46 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 59 70 -
CMYK 0 0.76 0.71 0.05
HSL 356.39º 0.88% 0.59% -
HSV(B) 356.39º 0.76% 0.95% -
XYZ 39.29 22.45 8.06 -
YUV 114.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 242 59 70 0 0.76 0.71 0.05 356.39 0.88 0.59
Hex F2 3B 46 0 4C 47 5 164 58 3B
Octal 362 73 106 0 114 107 5 544 130 73
Binary 11110010 111011 1000110 0 1001100 1000111 101 101100100 1011000 111011

Color Harmonies of #F23B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B46

Black with #F23B46

Text Example


Text Example

White with #F23B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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