Html Css Color HEX #F23B44 Amaranth

📋 copy color: '#F23B44'

red 242 ◦ green 59 ◦ blue 68

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

Shades of Amaranth #F23B44

Tints of Amaranth #F23B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

 BLUE value IS 68 (26.95% from 255) = 18.43%

R = 65.58%
G = 15.99%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F23B44 (or 0xF23B44) is known color: Amaranth. HEX triplet: F2, 3B and 44. RGB value is (242,59,68). Sum of RGB (Red+Green+Blue) = 242+59+68=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B44 is #0DC4BB. Grayscale: #727272. Windows color (decimal): -902332 or 4471794. OLE color: 4471794.

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

Color convert

RGB 242 59 68 -
CMYK 0 0.76 0.72 0.05
HSL 357.05º 0.88% 0.59% -
HSV(B) 357.05º 0.76% 0.95% -
XYZ 39.23 22.42 7.73 -
YUV 114.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 242 59 68 0 0.76 0.72 0.05 357.05 0.88 0.59
Hex F2 3B 44 0 4C 48 5 165 58 3B
Octal 362 73 104 0 114 110 5 545 130 73
Binary 11110010 111011 1000100 0 1001100 1001000 101 101100101 1011000 111011

Color Harmonies of #F23B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B44

Black with #F23B44

Text Example


Text Example

White with #F23B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B44; }

 p { color: rgb(242,59,68); }

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

background-color css

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

 a { background-color: rgb(242,59,68); }

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

border-color css

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

 span { border-color: rgb(242,59,68); }

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