Html Css Color HEX #F22F52 Amaranth

📋 copy color: '#F22F52'

red 242 ◦ green 47 ◦ blue 82

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

Shades of Amaranth #F22F52

Tints of Amaranth #F22F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

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

R = 65.23%
G = 12.67%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F22F52 (or 0xF22F52) is known color: Amaranth. HEX triplet: F2, 2F and 52. RGB value is (242,47,82). Sum of RGB (Red+Green+Blue) = 242+47+82=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22F52 is #0DD0AD. Grayscale: #6D6D6D. Windows color (decimal): -905390 or 5386226. OLE color: 5386226.

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

Color convert

RGB 242 47 82 -
CMYK 0 0.81 0.66 0.05
HSL 349.23º 0.88% 0.57% -
HSV(B) 349.23º 0.81% 0.95% -
XYZ 39.16 21.52 10.07 -
YUV 109.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 242 47 82 0 0.81 0.66 0.05 349.23 0.88 0.57
Hex F2 2F 52 0 51 42 5 15D 58 39
Octal 362 57 122 0 121 102 5 535 130 71
Binary 11110010 101111 1010010 0 1010001 1000010 101 101011101 1011000 111001

Color Harmonies of #F22F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F52

Black with #F22F52

Text Example


Text Example

White with #F22F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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