Html Css Color HEX #F23D4A Amaranth

📋 copy color: '#F23D4A'

red 242 ◦ green 61 ◦ blue 74

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

Shades of Amaranth #F23D4A

Tints of Amaranth #F23D4A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

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

R = 64.19%
G = 16.18%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F23D4A (or 0xF23D4A) is known color: Amaranth. HEX triplet: F2, 3D and 4A. RGB value is (242,61,74). Sum of RGB (Red+Green+Blue) = 242+61+74=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D4A is #0DC2B5. Grayscale: #747474. Windows color (decimal): -901814 or 4865522. OLE color: 4865522.

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

Color convert

RGB 242 61 74 -
CMYK 0 0.75 0.69 0.05
HSL 355.69º 0.87% 0.59% -
HSV(B) 355.69º 0.75% 0.95% -
XYZ 39.52 22.71 8.78 -
YUV 116.6 103.97 217.44 -
System Red Green Blue C M Y K H S L
Decimal 242 61 74 0 0.75 0.69 0.05 355.69 0.87 0.59
Hex F2 3D 4A 0 4B 45 5 164 57 3B
Octal 362 75 112 0 113 105 5 544 127 73
Binary 11110010 111101 1001010 0 1001011 1000101 101 101100100 1010111 111011

Color Harmonies of #F23D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D4A

Black with #F23D4A

Text Example


Text Example

White with #F23D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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