Html Css Color HEX #F23C4A Amaranth

📋 copy color: '#F23C4A'

red 242 ◦ green 60 ◦ blue 74

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

Shades of Amaranth #F23C4A

Tints of Amaranth #F23C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.96%

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

R = 64.36%
G = 15.96%
B = 19.68%

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

#F23C4A (or 0xF23C4A) is known color: Amaranth. HEX triplet: F2, 3C and 4A. RGB value is (242,60,74). Sum of RGB (Red+Green+Blue) = 242+60+74=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C4A is #0DC3B5. Grayscale: #747474. Windows color (decimal): -902070 or 4865266. OLE color: 4865266.

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

Color convert

RGB 242 60 74 -
CMYK 0 0.75 0.69 0.05
HSL 355.38º 0.88% 0.59% -
HSV(B) 355.38º 0.75% 0.95% -
XYZ 39.47 22.6 8.76 -
YUV 116.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 242 60 74 0 0.75 0.69 0.05 355.38 0.88 0.59
Hex F2 3C 4A 0 4B 45 5 163 58 3B
Octal 362 74 112 0 113 105 5 543 130 73
Binary 11110010 111100 1001010 0 1001011 1000101 101 101100011 1011000 111011

Color Harmonies of #F23C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C4A

Black with #F23C4A

Text Example


Text Example

White with #F23C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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