Html Css Color HEX #F23648 Amaranth

📋 copy color: '#F23648'

red 242 ◦ green 54 ◦ blue 72

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

Shades of Amaranth #F23648

Tints of Amaranth #F23648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.67%

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 65.76%
G = 14.67%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F23648 (or 0xF23648) is known color: Amaranth. HEX triplet: F2, 36 and 48. RGB value is (242,54,72). Sum of RGB (Red+Green+Blue) = 242+54+72=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F23648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23648 is #0DC9B7. Grayscale: #707070. Windows color (decimal): -903608 or 4732658. OLE color: 4732658.

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

Color convert

RGB 242 54 72 -
CMYK 0 0.78 0.70 0.05
HSL 354.26º 0.88% 0.58% -
HSV(B) 354.26º 0.78% 0.95% -
XYZ 39.11 21.98 8.31 -
YUV 112.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 242 54 72 0 0.78 0.70 0.05 354.26 0.88 0.58
Hex F2 36 48 0 4E 46 5 162 58 3A
Octal 362 66 110 0 116 106 5 542 130 72
Binary 11110010 110110 1001000 0 1001110 1000110 101 101100010 1011000 111010

Color Harmonies of #F23648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23648

Black with #F23648

Text Example


Text Example

White with #F23648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23648; }

 p { color: rgb(242,54,72); }

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

background-color css

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

 a { background-color: rgb(242,54,72); }

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

border-color css

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

 span { border-color: rgb(242,54,72); }

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