Html Css Color HEX #F23E4D Amaranth

📋 copy color: '#F23E4D'

red 242 ◦ green 62 ◦ blue 77

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

Shades of Amaranth #F23E4D

Tints of Amaranth #F23E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.27%

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

R = 63.52%
G = 16.27%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F23E4D (or 0xF23E4D) is known color: Amaranth. HEX triplet: F2, 3E and 4D. RGB value is (242,62,77). Sum of RGB (Red+Green+Blue) = 242+62+77=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23E4D is #0DC1B2. Grayscale: #757575. Windows color (decimal): -901555 or 5062386. OLE color: 5062386.

HSL color Cylindrical-coordinate representation of color #F23E4D: hue angle of 355º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23E4D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 62 77 -
CMYK 0 0.74 0.68 0.05
HSL 355º 0.87% 0.6% -
HSV(B) 355º 0.74% 0.95% -
XYZ 39.68 22.86 9.34 -
YUV 117.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 242 62 77 0 0.74 0.68 0.05 355 0.87 0.6
Hex F2 3E 4D 0 4A 44 5 163 57 3C
Octal 362 76 115 0 112 104 5 543 127 74
Binary 11110010 111110 1001101 0 1001010 1000100 101 101100011 1010111 111100

Color Harmonies of #F23E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23E4D

Black with #F23E4D

Text Example


Text Example

White with #F23E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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