Html Css Color HEX #F23448 Amaranth

📋 copy color: '#F23448'

red 242 ◦ green 52 ◦ blue 72

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

Shades of Amaranth #F23448

Tints of Amaranth #F23448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.21%

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

R = 66.12%
G = 14.21%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F23448 (or 0xF23448) is known color: Amaranth. HEX triplet: F2, 34 and 48. RGB value is (242,52,72). Sum of RGB (Red+Green+Blue) = 242+52+72=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F23448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23448 is #0DCBB7. Grayscale: #6F6F6F. Windows color (decimal): -904120 or 4732146. OLE color: 4732146.

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

Color convert

RGB 242 52 72 -
CMYK 0 0.79 0.70 0.05
HSL 353.68º 0.88% 0.58% -
HSV(B) 353.68º 0.79% 0.95% -
XYZ 39.02 21.8 8.28 -
YUV 111.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 242 52 72 0 0.79 0.70 0.05 353.68 0.88 0.58
Hex F2 34 48 0 4F 46 5 162 58 3A
Octal 362 64 110 0 117 106 5 542 130 72
Binary 11110010 110100 1001000 0 1001111 1000110 101 101100010 1011000 111010

Color Harmonies of #F23448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23448

Black with #F23448

Text Example


Text Example

White with #F23448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23448; }

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

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

background-color css

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

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

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

border-color css

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

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

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