Html Css Color HEX #F2264D Amaranth

📋 copy color: '#F2264D'

red 242 ◦ green 38 ◦ blue 77

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

Shades of Amaranth #F2264D

Tints of Amaranth #F2264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 67.79%
G = 10.64%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2264D (or 0xF2264D) is known color: Amaranth. HEX triplet: F2, 26 and 4D. RGB value is (242,38,77). Sum of RGB (Red+Green+Blue) = 242+38+77=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2264D is #0DD9B2. Grayscale: #676767. Windows color (decimal): -907699 or 5056242. OLE color: 5056242.

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

Color convert

RGB 242 38 77 -
CMYK 0 0.84 0.68 0.05
HSL 348.53º 0.89% 0.55% -
HSV(B) 348.53º 0.84% 0.95% -
XYZ 38.65 20.8 9 -
YUV 103.44 113.09 226.83 -
System Red Green Blue C M Y K H S L
Decimal 242 38 77 0 0.84 0.68 0.05 348.53 0.89 0.55
Hex F2 26 4D 0 54 44 5 15D 59 37
Octal 362 46 115 0 124 104 5 535 131 67
Binary 11110010 100110 1001101 0 1010100 1000100 101 101011101 1011001 110111

Color Harmonies of #F2264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2264D

Black with #F2264D

Text Example


Text Example

White with #F2264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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