Html Css Color HEX #F23445 Amaranth

📋 copy color: '#F23445'

red 242 ◦ green 52 ◦ blue 69

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

Shades of Amaranth #F23445

Tints of Amaranth #F23445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

 BLUE value IS 69 (27.34% from 255) = 19.01%

R = 66.67%
G = 14.33%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F23445 (or 0xF23445) is known color: Amaranth. HEX triplet: F2, 34 and 45. RGB value is (242,52,69). Sum of RGB (Red+Green+Blue) = 242+52+69=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23445 is #0DCBBA. Grayscale: #6E6E6E. Windows color (decimal): -904123 or 4535538. OLE color: 4535538.

HSL color Cylindrical-coordinate representation of color #F23445: hue angle of 354.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23445 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 52 69 -
CMYK 0 0.79 0.71 0.05
HSL 354.63º 0.88% 0.58% -
HSV(B) 354.63º 0.79% 0.95% -
XYZ 38.92 21.76 7.78 -
YUV 110.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 242 52 69 0 0.79 0.71 0.05 354.63 0.88 0.58
Hex F2 34 45 0 4F 47 5 163 58 3A
Octal 362 64 105 0 117 107 5 543 130 72
Binary 11110010 110100 1000101 0 1001111 1000111 101 101100011 1011000 111010

Color Harmonies of #F23445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23445

Black with #F23445

Text Example


Text Example

White with #F23445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23445; }

 p { color: rgb(242,52,69); }

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

background-color css

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

 a { background-color: rgb(242,52,69); }

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

border-color css

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

 span { border-color: rgb(242,52,69); }

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