Html Css Color HEX #F2275C Amaranth

📋 copy color: '#F2275C'

red 242 ◦ green 39 ◦ blue 92

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

Shades of Amaranth #F2275C

Tints of Amaranth #F2275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 64.88%
G = 10.46%
B = 24.66%

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

#F2275C (or 0xF2275C) is known color: Amaranth. HEX triplet: F2, 27 and 5C. RGB value is (242,39,92). Sum of RGB (Red+Green+Blue) = 242+39+92=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2275C is #0DD8A3. Grayscale: #696969. Windows color (decimal): -907428 or 6039538. OLE color: 6039538.

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

Color convert

RGB 242 39 92 -
CMYK 0 0.84 0.62 0.05
HSL 344.34º 0.89% 0.55% -
HSV(B) 344.34º 0.84% 0.95% -
XYZ 39.28 21.1 12.13 -
YUV 105.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 242 39 92 0 0.84 0.62 0.05 344.34 0.89 0.55
Hex F2 27 5C 0 54 3E 5 158 59 37
Octal 362 47 134 0 124 76 5 530 131 67
Binary 11110010 100111 1011100 0 1010100 111110 101 101011000 1011001 110111

Color Harmonies of #F2275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2275C

Black with #F2275C

Text Example


Text Example

White with #F2275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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