Html Css Color HEX #F23651 Amaranth

📋 copy color: '#F23651'

red 242 ◦ green 54 ◦ blue 81

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

Shades of Amaranth #F23651

Tints of Amaranth #F23651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 64.19%
G = 14.32%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F23651 (or 0xF23651) is known color: Amaranth. HEX triplet: F2, 36 and 51. RGB value is (242,54,81). Sum of RGB (Red+Green+Blue) = 242+54+81=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F23651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23651 is #0DC9AE. Grayscale: #717171. Windows color (decimal): -903599 or 5322482. OLE color: 5322482.

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

Color convert

RGB 242 54 81 -
CMYK 0 0.78 0.67 0.05
HSL 351.38º 0.88% 0.58% -
HSV(B) 351.38º 0.78% 0.95% -
XYZ 39.42 22.11 9.97 -
YUV 113.29 109.78 219.8 -
System Red Green Blue C M Y K H S L
Decimal 242 54 81 0 0.78 0.67 0.05 351.38 0.88 0.58
Hex F2 36 51 0 4E 43 5 15F 58 3A
Octal 362 66 121 0 116 103 5 537 130 72
Binary 11110010 110110 1010001 0 1001110 1000011 101 101011111 1011000 111010

Color Harmonies of #F23651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23651

Black with #F23651

Text Example


Text Example

White with #F23651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23651; }

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

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

background-color css

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

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

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

border-color css

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

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

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