Html Css Color HEX #F23B42 Amaranth

📋 copy color: '#F23B42'

red 242 ◦ green 59 ◦ blue 66

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

Shades of Amaranth #F23B42

Tints of Amaranth #F23B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.98%

R = 65.94%
G = 16.08%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23B42 (or 0xF23B42) is known color: Amaranth. HEX triplet: F2, 3B and 42. RGB value is (242,59,66). Sum of RGB (Red+Green+Blue) = 242+59+66=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B42 is #0DC4BD. Grayscale: #727272. Windows color (decimal): -902334 or 4340722. OLE color: 4340722.

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

Color convert

RGB 242 59 66 -
CMYK 0 0.76 0.73 0.05
HSL 357.7º 0.88% 0.59% -
HSV(B) 357.7º 0.76% 0.95% -
XYZ 39.17 22.4 7.41 -
YUV 114.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 242 59 66 0 0.76 0.73 0.05 357.7 0.88 0.59
Hex F2 3B 42 0 4C 49 5 166 58 3B
Octal 362 73 102 0 114 111 5 546 130 73
Binary 11110010 111011 1000010 0 1001100 1001001 101 101100110 1011000 111011

Color Harmonies of #F23B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B42

Black with #F23B42

Text Example


Text Example

White with #F23B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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