Html Css Color HEX #F23E4A Amaranth

📋 copy color: '#F23E4A'

red 242 ◦ green 62 ◦ blue 74

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

Shades of Amaranth #F23E4A

Tints of Amaranth #F23E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 64.02%
G = 16.4%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F23E4A (or 0xF23E4A) is known color: Amaranth. HEX triplet: F2, 3E and 4A. RGB value is (242,62,74). Sum of RGB (Red+Green+Blue) = 242+62+74=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23E4A is #0DC1B5. Grayscale: #757575. Windows color (decimal): -901558 or 4865778. OLE color: 4865778.

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

Color convert

RGB 242 62 74 -
CMYK 0 0.74 0.69 0.05
HSL 356º 0.87% 0.6% -
HSV(B) 356º 0.74% 0.95% -
XYZ 39.58 22.82 8.8 -
YUV 117.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 242 62 74 0 0.74 0.69 0.05 356 0.87 0.6
Hex F2 3E 4A 0 4A 45 5 164 57 3C
Octal 362 76 112 0 112 105 5 544 127 74
Binary 11110010 111110 1001010 0 1001010 1000101 101 101100100 1010111 111100

Color Harmonies of #F23E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23E4A

Black with #F23E4A

Text Example


Text Example

White with #F23E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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