Html Css Color HEX #F22452 Amaranth

📋 copy color: '#F22452'

red 242 ◦ green 36 ◦ blue 82

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

Shades of Amaranth #F22452

Tints of Amaranth #F22452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

 BLUE value IS 82 (32.42% from 255) = 22.78%

R = 67.22%
G = 10%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F22452 (or 0xF22452) is known color: Amaranth. HEX triplet: F2, 24 and 52. RGB value is (242,36,82). Sum of RGB (Red+Green+Blue) = 242+36+82=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F22452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22452 is #0DDBAD. Grayscale: #666666. Windows color (decimal): -908206 or 5383410. OLE color: 5383410.

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

Color convert

RGB 242 36 82 -
CMYK 0 0.85 0.66 0.05
HSL 346.6º 0.89% 0.55% -
HSV(B) 346.6º 0.85% 0.95% -
XYZ 38.77 20.75 9.94 -
YUV 102.84 116.25 227.26 -
System Red Green Blue C M Y K H S L
Decimal 242 36 82 0 0.85 0.66 0.05 346.6 0.89 0.55
Hex F2 24 52 0 55 42 5 15B 59 37
Octal 362 44 122 0 125 102 5 533 131 67
Binary 11110010 100100 1010010 0 1010101 1000010 101 101011011 1011001 110111

Color Harmonies of #F22452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22452

Black with #F22452

Text Example


Text Example

White with #F22452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22452; }

 p { color: rgb(242,36,82); }

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

background-color css

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

 a { background-color: rgb(242,36,82); }

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

border-color css

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

 span { border-color: rgb(242,36,82); }

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