Html Css Color HEX #F22752 Amaranth

📋 copy color: '#F22752'

red 242 ◦ green 39 ◦ blue 82

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

Shades of Amaranth #F22752

Tints of Amaranth #F22752

RGB

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

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

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

R = 66.67%
G = 10.74%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F22752 (or 0xF22752) is known color: Amaranth. HEX triplet: F2, 27 and 52. RGB value is (242,39,82). Sum of RGB (Red+Green+Blue) = 242+39+82=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F22752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22752 is #0DD8AD. Grayscale: #686868. Windows color (decimal): -907438 or 5384178. OLE color: 5384178.

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

Color convert

RGB 242 39 82 -
CMYK 0 0.84 0.66 0.05
HSL 347.29º 0.89% 0.55% -
HSV(B) 347.29º 0.84% 0.95% -
XYZ 38.87 20.94 9.98 -
YUV 104.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 242 39 82 0 0.84 0.66 0.05 347.29 0.89 0.55
Hex F2 27 52 0 54 42 5 15B 59 37
Octal 362 47 122 0 124 102 5 533 131 67
Binary 11110010 100111 1010010 0 1010100 1000010 101 101011011 1011001 110111

Color Harmonies of #F22752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22752

Black with #F22752

Text Example


Text Example

White with #F22752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22752; }

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

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

background-color css

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

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

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

border-color css

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

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

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