Html Css Color HEX #F22948 Amaranth

📋 copy color: '#F22948'

red 242 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #F22948

Tints of Amaranth #F22948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.55%

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

R = 68.17%
G = 11.55%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F22948 (or 0xF22948) is known color: Amaranth. HEX triplet: F2, 29 and 48. RGB value is (242,41,72). Sum of RGB (Red+Green+Blue) = 242+41+72=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F22948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22948 is #0DD6B7. Grayscale: #686868. Windows color (decimal): -906936 or 4729330. OLE color: 4729330.

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

Color convert

RGB 242 41 72 -
CMYK 0 0.83 0.70 0.05
HSL 350.75º 0.89% 0.55% -
HSV(B) 350.75º 0.83% 0.95% -
XYZ 38.58 20.93 8.14 -
YUV 104.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 242 41 72 0 0.83 0.70 0.05 350.75 0.89 0.55
Hex F2 29 48 0 53 46 5 15F 59 37
Octal 362 51 110 0 123 106 5 537 131 67
Binary 11110010 101001 1001000 0 1010011 1000110 101 101011111 1011001 110111

Color Harmonies of #F22948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22948

Black with #F22948

Text Example


Text Example

White with #F22948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22948; }

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

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

background-color css

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

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

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

border-color css

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

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

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