Html Css Color HEX #F23E42 Amaranth

📋 copy color: '#F23E42'

red 242 ◦ green 62 ◦ blue 66

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

Shades of Amaranth #F23E42

Tints of Amaranth #F23E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.76%

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

R = 65.41%
G = 16.76%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23E42 (or 0xF23E42) is known color: Amaranth. HEX triplet: F2, 3E and 42. RGB value is (242,62,66). Sum of RGB (Red+Green+Blue) = 242+62+66=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23E42 is #0DC1BD. Grayscale: #747474. Windows color (decimal): -901566 or 4341490. OLE color: 4341490.

HSL color Cylindrical-coordinate representation of color #F23E42: hue angle of 358.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23E42 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 62 66 -
CMYK 0 0.74 0.73 0.05
HSL 358.67º 0.87% 0.6% -
HSV(B) 358.67º 0.74% 0.95% -
XYZ 39.32 22.72 7.47 -
YUV 116.28 99.63 217.67 -
System Red Green Blue C M Y K H S L
Decimal 242 62 66 0 0.74 0.73 0.05 358.67 0.87 0.6
Hex F2 3E 42 0 4A 49 5 167 57 3C
Octal 362 76 102 0 112 111 5 547 127 74
Binary 11110010 111110 1000010 0 1001010 1001001 101 101100111 1010111 111100

Color Harmonies of #F23E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23E42

Black with #F23E42

Text Example


Text Example

White with #F23E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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