Html Css Color HEX #F2275D Amaranth

📋 copy color: '#F2275D'

red 242 ◦ green 39 ◦ blue 93

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

Shades of Amaranth #F2275D

Tints of Amaranth #F2275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 64.71%
G = 10.43%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2275D (or 0xF2275D) is known color: Amaranth. HEX triplet: F2, 27 and 5D. RGB value is (242,39,93). Sum of RGB (Red+Green+Blue) = 242+39+93=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2275D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2275D is #0DD8A2. Grayscale: #696969. Windows color (decimal): -907427 or 6105074. OLE color: 6105074.

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

Color convert

RGB 242 39 93 -
CMYK 0 0.84 0.62 0.05
HSL 344.04º 0.89% 0.55% -
HSV(B) 344.04º 0.84% 0.95% -
XYZ 39.32 21.12 12.36 -
YUV 105.85 120.75 225.11 -
System Red Green Blue C M Y K H S L
Decimal 242 39 93 0 0.84 0.62 0.05 344.04 0.89 0.55
Hex F2 27 5D 0 54 3E 5 158 59 37
Octal 362 47 135 0 124 76 5 530 131 67
Binary 11110010 100111 1011101 0 1010100 111110 101 101011000 1011001 110111

Color Harmonies of #F2275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2275D

Black with #F2275D

Text Example


Text Example

White with #F2275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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