Html Css Color HEX #F23148 Amaranth

📋 copy color: '#F23148'

red 242 ◦ green 49 ◦ blue 72

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

Shades of Amaranth #F23148

Tints of Amaranth #F23148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.5%

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

R = 66.67%
G = 13.5%
B = 19.83%

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

#F23148 (or 0xF23148) is known color: Amaranth. HEX triplet: F2, 31 and 48. RGB value is (242,49,72). Sum of RGB (Red+Green+Blue) = 242+49+72=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23148 is #0DCEB7. Grayscale: #6D6D6D. Windows color (decimal): -904888 or 4731378. OLE color: 4731378.

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

Color convert

RGB 242 49 72 -
CMYK 0 0.80 0.70 0.05
HSL 352.85º 0.88% 0.57% -
HSV(B) 352.85º 0.8% 0.95% -
XYZ 38.89 21.54 8.24 -
YUV 109.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 242 49 72 0 0.80 0.70 0.05 352.85 0.88 0.57
Hex F2 31 48 0 50 46 5 161 58 39
Octal 362 61 110 0 120 106 5 541 130 71
Binary 11110010 110001 1001000 0 1010000 1000110 101 101100001 1011000 111001

Color Harmonies of #F23148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23148

Black with #F23148

Text Example


Text Example

White with #F23148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23148; }

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

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

background-color css

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

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

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

border-color css

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

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

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