Html Css Color HEX #F23344 Amaranth

📋 copy color: '#F23344'

red 242 ◦ green 51 ◦ blue 68

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

Shades of Amaranth #F23344

Tints of Amaranth #F23344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 67.04%
G = 14.13%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F23344 (or 0xF23344) is known color: Amaranth. HEX triplet: F2, 33 and 44. RGB value is (242,51,68). Sum of RGB (Red+Green+Blue) = 242+51+68=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F23344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23344 is #0DCCBB. Grayscale: #6E6E6E. Windows color (decimal): -904380 or 4469746. OLE color: 4469746.

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

Color convert

RGB 242 51 68 -
CMYK 0 0.79 0.72 0.05
HSL 354.66º 0.88% 0.57% -
HSV(B) 354.66º 0.79% 0.95% -
XYZ 38.85 21.66 7.6 -
YUV 110.05 104.28 222.12 -
System Red Green Blue C M Y K H S L
Decimal 242 51 68 0 0.79 0.72 0.05 354.66 0.88 0.57
Hex F2 33 44 0 4F 48 5 163 58 39
Octal 362 63 104 0 117 110 5 543 130 71
Binary 11110010 110011 1000100 0 1001111 1001000 101 101100011 1011000 111001

Color Harmonies of #F23344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23344

Black with #F23344

Text Example


Text Example

White with #F23344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23344; }

 p { color: rgb(242,51,68); }

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

background-color css

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

 a { background-color: rgb(242,51,68); }

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

border-color css

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

 span { border-color: rgb(242,51,68); }

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