Html Css Color HEX #F23043 Amaranth

📋 copy color: '#F23043'

red 242 ◦ green 48 ◦ blue 67

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

Shades of Amaranth #F23043

Tints of Amaranth #F23043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.45%

 BLUE value IS 67 (26.56% from 255) = 18.77%

R = 67.79%
G = 13.45%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F23043 (or 0xF23043) is known color: Amaranth. HEX triplet: F2, 30 and 43. RGB value is (242,48,67). Sum of RGB (Red+Green+Blue) = 242+48+67=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F23043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23043 is #0DCFBC. Grayscale: #6C6C6C. Windows color (decimal): -905149 or 4403442. OLE color: 4403442.

HSL color Cylindrical-coordinate representation of color #F23043: hue angle of 354.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23043 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 67 -
CMYK 0 0.80 0.72 0.05
HSL 354.12º 0.88% 0.57% -
HSV(B) 354.12º 0.8% 0.95% -
XYZ 38.69 21.4 7.4 -
YUV 108.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 242 48 67 0 0.80 0.72 0.05 354.12 0.88 0.57
Hex F2 30 43 0 50 48 5 162 58 39
Octal 362 60 103 0 120 110 5 542 130 71
Binary 11110010 110000 1000011 0 1010000 1001000 101 101100010 1011000 111001

Color Harmonies of #F23043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23043

Black with #F23043

Text Example


Text Example

White with #F23043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23043; }

 p { color: rgb(242,48,67); }

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

background-color css

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

 a { background-color: rgb(242,48,67); }

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

border-color css

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

 span { border-color: rgb(242,48,67); }

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