Html Css Color HEX #F2265B Amaranth

📋 copy color: '#F2265B'

red 242 ◦ green 38 ◦ blue 91

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

Shades of Amaranth #F2265B

Tints of Amaranth #F2265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.24%

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 65.23%
G = 10.24%
B = 24.53%

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

#F2265B (or 0xF2265B) is known color: Amaranth. HEX triplet: F2, 26 and 5B. RGB value is (242,38,91). Sum of RGB (Red+Green+Blue) = 242+38+91=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2265B is #0DD9A4. Grayscale: #696969. Windows color (decimal): -907685 or 5973746. OLE color: 5973746.

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

Color convert

RGB 242 38 91 -
CMYK 0 0.84 0.62 0.05
HSL 344.41º 0.89% 0.55% -
HSV(B) 344.41º 0.84% 0.95% -
XYZ 39.2 21.02 11.89 -
YUV 105.04 120.09 225.69 -
System Red Green Blue C M Y K H S L
Decimal 242 38 91 0 0.84 0.62 0.05 344.41 0.89 0.55
Hex F2 26 5B 0 54 3E 5 158 59 37
Octal 362 46 133 0 124 76 5 530 131 67
Binary 11110010 100110 1011011 0 1010100 111110 101 101011000 1011001 110111

Color Harmonies of #F2265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2265B

Black with #F2265B

Text Example


Text Example

White with #F2265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2265B; }

 p { color: rgb(242,38,91); }

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

background-color css

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

 a { background-color: rgb(242,38,91); }

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

border-color css

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

 span { border-color: rgb(242,38,91); }

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