Html Css Color HEX #F2265A Amaranth

📋 copy color: '#F2265A'

red 242 ◦ green 38 ◦ blue 90

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

Shades of Amaranth #F2265A

Tints of Amaranth #F2265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.32%

R = 65.41%
G = 10.27%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2265A (or 0xF2265A) is known color: Amaranth. HEX triplet: F2, 26 and 5A. RGB value is (242,38,90). Sum of RGB (Red+Green+Blue) = 242+38+90=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2265A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2265A is #0DD9A5. Grayscale: #686868. Windows color (decimal): -907686 or 5908210. OLE color: 5908210.

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

Color convert

RGB 242 38 90 -
CMYK 0 0.84 0.63 0.05
HSL 344.71º 0.89% 0.55% -
HSV(B) 344.71º 0.84% 0.95% -
XYZ 39.16 21 11.66 -
YUV 104.92 119.59 225.77 -
System Red Green Blue C M Y K H S L
Decimal 242 38 90 0 0.84 0.63 0.05 344.71 0.89 0.55
Hex F2 26 5A 0 54 3F 5 159 59 37
Octal 362 46 132 0 124 77 5 531 131 67
Binary 11110010 100110 1011010 0 1010100 111111 101 101011001 1011001 110111

Color Harmonies of #F2265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2265A

Black with #F2265A

Text Example


Text Example

White with #F2265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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