Html Css Color HEX #F23C4C Amaranth

📋 copy color: '#F23C4C'

red 242 ◦ green 60 ◦ blue 76

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

Shades of Amaranth #F23C4C

Tints of Amaranth #F23C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 64.02%
G = 15.87%
B = 20.11%

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

#F23C4C (or 0xF23C4C) is known color: Amaranth. HEX triplet: F2, 3C and 4C. RGB value is (242,60,76). Sum of RGB (Red+Green+Blue) = 242+60+76=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C4C is #0DC3B3. Grayscale: #747474. Windows color (decimal): -902068 or 4996338. OLE color: 4996338.

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

Color convert

RGB 242 60 76 -
CMYK 0 0.75 0.69 0.05
HSL 354.73º 0.88% 0.59% -
HSV(B) 354.73º 0.75% 0.95% -
XYZ 39.54 22.63 9.12 -
YUV 116.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 242 60 76 0 0.75 0.69 0.05 354.73 0.88 0.59
Hex F2 3C 4C 0 4B 45 5 163 58 3B
Octal 362 74 114 0 113 105 5 543 130 73
Binary 11110010 111100 1001100 0 1001011 1000101 101 101100011 1011000 111011

Color Harmonies of #F23C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C4C

Black with #F23C4C

Text Example


Text Example

White with #F23C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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