Html Css Color HEX #F23642 Amaranth

📋 copy color: '#F23642'

red 242 ◦ green 54 ◦ blue 66

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

Shades of Amaranth #F23642

Tints of Amaranth #F23642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.92%

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

R = 66.85%
G = 14.92%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23642 (or 0xF23642) is known color: Amaranth. HEX triplet: F2, 36 and 42. RGB value is (242,54,66). Sum of RGB (Red+Green+Blue) = 242+54+66=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F23642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23642 is #0DC9BD. Grayscale: #6F6F6F. Windows color (decimal): -903614 or 4339442. OLE color: 4339442.

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

Color convert

RGB 242 54 66 -
CMYK 0 0.78 0.73 0.05
HSL 356.17º 0.88% 0.58% -
HSV(B) 356.17º 0.78% 0.95% -
XYZ 38.92 21.91 7.33 -
YUV 111.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 242 54 66 0 0.78 0.73 0.05 356.17 0.88 0.58
Hex F2 36 42 0 4E 49 5 164 58 3A
Octal 362 66 102 0 116 111 5 544 130 72
Binary 11110010 110110 1000010 0 1001110 1001001 101 101100100 1011000 111010

Color Harmonies of #F23642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23642

Black with #F23642

Text Example


Text Example

White with #F23642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23642; }

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

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

background-color css

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

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

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

border-color css

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

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

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