Html Css Color HEX #F22748 Amaranth

📋 copy color: '#F22748'

red 242 ◦ green 39 ◦ blue 72

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

Shades of Amaranth #F22748

Tints of Amaranth #F22748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.05%

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

R = 68.56%
G = 11.05%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F22748 (or 0xF22748) is known color: Amaranth. HEX triplet: F2, 27 and 48. RGB value is (242,39,72). Sum of RGB (Red+Green+Blue) = 242+39+72=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F22748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22748 is #0DD8B7. Grayscale: #676767. Windows color (decimal): -907448 or 4728818. OLE color: 4728818.

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

Color convert

RGB 242 39 72 -
CMYK 0 0.84 0.70 0.05
HSL 350.25º 0.89% 0.55% -
HSV(B) 350.25º 0.84% 0.95% -
XYZ 38.51 20.8 8.12 -
YUV 103.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 242 39 72 0 0.84 0.70 0.05 350.25 0.89 0.55
Hex F2 27 48 0 54 46 5 15E 59 37
Octal 362 47 110 0 124 106 5 536 131 67
Binary 11110010 100111 1001000 0 1010100 1000110 101 101011110 1011001 110111

Color Harmonies of #F22748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22748

Black with #F22748

Text Example


Text Example

White with #F22748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22748; }

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

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

background-color css

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

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

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

border-color css

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

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

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