Html Css Color HEX #F23048 Amaranth

📋 copy color: '#F23048'

red 242 ◦ green 48 ◦ blue 72

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

Shades of Amaranth #F23048

Tints of Amaranth #F23048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.26%

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

R = 66.85%
G = 13.26%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F23048 (or 0xF23048) is known color: Amaranth. HEX triplet: F2, 30 and 48. RGB value is (242,48,72). Sum of RGB (Red+Green+Blue) = 242+48+72=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F23048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23048 is #0DCFB7. Grayscale: #6C6C6C. Windows color (decimal): -905144 or 4731122. OLE color: 4731122.

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

Color convert

RGB 242 48 72 -
CMYK 0 0.80 0.70 0.05
HSL 352.58º 0.88% 0.57% -
HSV(B) 352.58º 0.8% 0.95% -
XYZ 38.84 21.46 8.23 -
YUV 108.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 242 48 72 0 0.80 0.70 0.05 352.58 0.88 0.57
Hex F2 30 48 0 50 46 5 161 58 39
Octal 362 60 110 0 120 106 5 541 130 71
Binary 11110010 110000 1001000 0 1010000 1000110 101 101100001 1011000 111001

Color Harmonies of #F23048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23048

Black with #F23048

Text Example


Text Example

White with #F23048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23048; }

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

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

background-color css

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

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

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

border-color css

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

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

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