Html Css Color HEX #F23647 Amaranth

📋 copy color: '#F23647'

red 242 ◦ green 54 ◦ blue 71

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

Shades of Amaranth #F23647

Tints of Amaranth #F23647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.71%

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 65.94%
G = 14.71%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F23647 (or 0xF23647) is known color: Amaranth. HEX triplet: F2, 36 and 47. RGB value is (242,54,71). Sum of RGB (Red+Green+Blue) = 242+54+71=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F23647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23647 is #0DC9B8. Grayscale: #707070. Windows color (decimal): -903609 or 4667122. OLE color: 4667122.

HSL color Cylindrical-coordinate representation of color #F23647: hue angle of 354.57º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23647 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 54 71 -
CMYK 0 0.78 0.71 0.05
HSL 354.57º 0.88% 0.58% -
HSV(B) 354.57º 0.78% 0.95% -
XYZ 39.07 21.97 8.14 -
YUV 112.15 104.78 220.62 -
System Red Green Blue C M Y K H S L
Decimal 242 54 71 0 0.78 0.71 0.05 354.57 0.88 0.58
Hex F2 36 47 0 4E 47 5 163 58 3A
Octal 362 66 107 0 116 107 5 543 130 72
Binary 11110010 110110 1000111 0 1001110 1000111 101 101100011 1011000 111010

Color Harmonies of #F23647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23647

Black with #F23647

Text Example


Text Example

White with #F23647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23647; }

 p { color: rgb(242,54,71); }

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

background-color css

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

 a { background-color: rgb(242,54,71); }

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

border-color css

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

 span { border-color: rgb(242,54,71); }

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